COLOR #A35C00

HEX: #A35C00
RGB: (163,92,0)

Color info

#A35C00 contains mainly red color. Web safe color of #A35C00 is #996600 (or #960).

RGB color model

#A35C00 color RGB value is (163,92,0).

  • red value is 163;
  • green value is 92;
  • blue value is 0.
RGB:
(163,92,0)
(64%,36%,0%)

RGB channels and saturation

R 163 of 255 = 64%
G 92 of 255 = 36%
B 0 of 255 = 0%

163
92
0

R + G + B ~ 33%. #A35C00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 92 + 0 = 255 (100%)
R 163 of 255 ~ 63.92%
G 92 of 255 ~ 36.08%
B 0 of 255 ~ 0%

%63.92
%36.08

CMYK color model

#A35C00 color CMYK value is (0,44,100,36).

  • cyan value is 0.00%
  • magenta value is 43.56%
  • yellow value is 100.00%
  • key color value is 36.08%
CMYK:
(0,44,100,36)
C0M44Y100K36 
(0%,44%,100%,36%)
(0.00/0.44/1.00/0.36)	

CMYK percentages

%0
%43.56
%100
%36.08

Codes

Color #A35C00 in popluar color models

A35C00
RGB163920
HSL34°100.00%31.96%
HSB/HSV34°100.00%63.92%
CMYK0.00%43.56%100.00%
36.08%

Color #A35C00 in popluar number systems.

HEXA35C00
Decimal163920
Binary1010001110111000
Octal2431340

Shades and tints

Shades of #A35C00

#A35C00
(163,92,0)
#955400
(149,84,0)
#874C00
(135,76,0)
#794400
(121,68,0)
#6B3C00
(107,60,0)
#5D3400
(93,52,0)
#4F2C00
(79,44,0)
#412400
(65,36,0)
#331C00
(51,28,0)
#251400
(37,20,0)
#170C00
(23,12,0)
#000000
(0,0,0)

Tints of #A35C00

#A35C00
(163,92,0)
#AB6A17
(171,106,23)
#B3782E
(179,120,46)
#BB8645
(187,134,69)
#C3945C
(195,148,92)
#CBA273
(203,162,115)
#D3B08A
(211,176,138)
#DBBEA1
(219,190,161)
#E3CCB8
(227,204,184)
#EBDACF
(235,218,207)
#F3E8E6
(243,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35C00 color. Also use rgb(163,92,0) instead hex code.

Text Font Color

.myTextColor { color: #A35C00; }

<p style="color:#A35C00">This sample text font color is #A35C00.</p>

This text font color is #A35C00.


Background Color

.myBgColor { background-color: #A35C00; }

<div style="background-color:#A35C00">Inner text</div>

This div background color is #A35C00.


Border color

.myBorderColor { border: 1px solid #A35C00; }

<div style="border:3px solid #A35C00">Div</div>

This div border color is #A35C00.


Opacity

.myOpacity80 { color: #A35C00; opacity: 0.8; }

<p style="color:#A35C00;opacity:0.8;">80%</p>

Text with #A35C00 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A35C00;}

<p style="text-shadow: 3px 3px 1px #A35C00">Text here.</p>

This text has shadow with #A35C00 color.

.textShadow {text-shadow: 3px 3px 1px #A35C00, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A35C00, 5px 5px 20px red">Text here.</p>

This text has shadow with #A35C00 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A35C00, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A35C00, Direction=45, Strength=4)">Text</p>

This text has shadow with #A35C00 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A35C00;
  -webkit-box-shadow:	1px 1px 3px 2px #A35C00;
  box-shadow:		1px 1px 3px 2px #A35C00;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A35C00;
-webkit-box-shadow: 1px 1px 3px 2px #A35C00;
box-shadow:1px 1px 3px 2px #A35C00;">
Div content here</div>
This div box has shadow with color #A35C00.

Preview

Color preview on black background

This text has color #A35C00 on black background.


Color preview on white background

This text has color #A35C00 on white background.



Black color preview on #A35C00 background

This text has black color on #A35C00 background.


White color preview on #A35C00 background

This text has white color on #A35C00 background.