#A36408

Color #A36408 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A36408

Tints of Golden Brown #A36408

Color information

#A36408 (or 0xA36408) is unknown color: approx Golden Brown. HEX triplet: A3, 64 and 08. RGB value is (163,100,8). Sum of RGB (Red+Green+Blue) = 163+100+8=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A36408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36408 is #5C9BF7. Grayscale: #6C6C6C. Windows color (decimal): -6069240 or 550051. OLE color: 550051.

HSL color Cylindrical-coordinate representation of color #A36408: hue angle of 35.61º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A36408 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB1631008-
CMYK00.390.950.36
HSL35.61º90.64%33.53%-
HSV(B)35.61º95.09%63.92%-
XYZ19.7116.922.46-
YUV108.3571.37166.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 60.15%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 8 (3.52% from 255) = 2.95%
R=60.15%
G=36.90%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163100800.390.950.3635.6190.6433.53
HexA36480275F24245b22
Octal24314410047137444413342
Binary1010001111001001000010011110111111001001001001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36408; }

 p { color: rgb(163,100,8); }

 H1.HeaderClassName
 {
   color: #A36408;
 }
 .AnyTagClassName
 {
   color: #A36408;
 }
</style>
background-color css

<style>
 a { background-color: #A36408; }

 a { background-color: rgb(163,100,8); }

 div.DivClassName
 {
   background-color: #A36408;
 }
 .BgClassName
 {
   background-color: #A36408;
 }
</style>
border-color css

<style>
 span { border-color: #A36408; }

 span { border-color: rgb(163,100,8); }

 td.TdClassName
 {
   border-color: #A36408;
 }
 .TagClassName
 {
   border-color: #A36408;
 }
</style>