#A47206

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

Shades of Golden Brown #A47206

Tints of Golden Brown #A47206

Color information

#A47206 (or 0xA47206) is unknown color: approx Golden Brown. HEX triplet: A4, 72 and 06. RGB value is (164,114,6). Sum of RGB (Red+Green+Blue) = 164+114+6=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A47206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47206 is #5B8DF9. Grayscale: #757575. Windows color (decimal): -6000122 or 422564. OLE color: 422564.

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

Color convert

RGB1641146-
CMYK00.300.960.36
HSL41.01º92.94%33.33%-
HSV(B)41.01º96.34%64.31%-
XYZ21.3619.942.9-
YUV116.6465.56161.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.75%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=57.75%
G=40.14%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164114600.300.960.3641.0192.9433.33
HexA472601E6024295d21
Octal2441626036140445113541
Binary10100100111001011001111011000001001001010011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47206; }

 p { color: rgb(164,114,6); }

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

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

 a { background-color: rgb(164,114,6); }

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

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

 span { border-color: rgb(164,114,6); }

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