#A36E08

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

Shades of Golden Brown #A36E08

Tints of Golden Brown #A36E08

Color information

#A36E08 (or 0xA36E08) is unknown color: approx Golden Brown. HEX triplet: A3, 6E and 08. RGB value is (163,110,8). Sum of RGB (Red+Green+Blue) = 163+110+8=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36E08 is #5C91F7. Grayscale: #727272. Windows color (decimal): -6066680 or 552611. OLE color: 552611.

HSL color Cylindrical-coordinate representation of color #A36E08: hue angle of 39.48º 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 #A36E08 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB1631108-
CMYK00.330.950.36
HSL39.48º90.64%33.53%-
HSV(B)39.48º95.09%63.92%-
XYZ20.7218.962.8-
YUV114.2268.06162.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.01%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 8 (3.52% from 255) = 2.85%
R=58.01%
G=39.15%
B=2.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163110800.330.950.3639.4890.6433.53
HexA36E80215F24275b22
Octal24315610041137444713342
Binary1010001111011101000010000110111111001001001111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36E08; }

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

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

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

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

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

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

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

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