#A47306

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

Shades of Golden Brown #A47306

Tints of Golden Brown #A47306

Color information

#A47306 (or 0xA47306) is unknown color: approx Golden Brown. HEX triplet: A4, 73 and 06. RGB value is (164,115,6). Sum of RGB (Red+Green+Blue) = 164+115+6=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A47306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47306 is #5B8CF9. Grayscale: #757575. Windows color (decimal): -5999866 or 422820. OLE color: 422820.

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

Color convert

RGB1641156-
CMYK00.300.960.36
HSL41.39º92.94%33.33%-
HSV(B)41.39º96.34%64.31%-
XYZ21.4720.172.93-
YUV117.2265.23161.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.54%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=57.54%
G=40.35%
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
Decimal164115600.300.960.3641.3992.9433.33
HexA473601E6024295d21
Octal2441636036140445113541
Binary10100100111001111001111011000001001001010011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47306; }

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

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

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

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

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

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

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

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