#A36E00

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

Shades of Golden Brown #A36E00

Tints of Golden Brown #A36E00

Color information

#A36E00 (or 0xA36E00) is unknown color: approx Golden Brown. HEX triplet: A3, 6E and 00. RGB value is (163,110,0). Sum of RGB (Red+Green+Blue) = 163+110+0=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36E00 is #5C91FF. Grayscale: #717171. Windows color (decimal): -6066688 or 28323. OLE color: 28323.

HSL color Cylindrical-coordinate representation of color #A36E00: hue angle of 40.49º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A36E00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB1631100-
CMYK00.3310.36
HSL40.49º100%31.96%-
HSV(B)40.49º100%63.92%-
XYZ20.6818.942.57-
YUV113.3164.06163.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.71%
GREEN value IS 110 (43.36% from 255) = 40.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.71%
G=40.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163110000.3310.3640.4910031.96
HexA36E00216424286420
Octal2431560041144445014440
Binary1010001111011100010000111001001001001010001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36E00; }

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

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

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

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

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

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

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

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