#A36D00

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

Shades of Golden Brown #A36D00

Tints of Golden Brown #A36D00

Color information

#A36D00 (or 0xA36D00) is unknown color: approx Golden Brown. HEX triplet: A3, 6D and 00. RGB value is (163,109,0). Sum of RGB (Red+Green+Blue) = 163+109+0=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36D00 is #5C92FF. Grayscale: #717171. Windows color (decimal): -6066944 or 28067. OLE color: 28067.

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

Color convert

RGB1631090-
CMYK00.3310.36
HSL40.12º100%31.96%-
HSV(B)40.12º100%63.92%-
XYZ20.5718.722.53-
YUV112.7264.39163.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.93%
GREEN value IS 109 (42.97% from 255) = 40.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.93%
G=40.07%
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
Decimal163109000.3310.3640.1210031.96
HexA36D00216424286420
Octal2431550041144445014440
Binary1010001111011010010000111001001001001010001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36D00; }

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

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

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

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

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

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

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

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