#A67306

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

Shades of Golden Brown #A67306

Tints of Golden Brown #A67306

Color information

#A67306 (or 0xA67306) is unknown color: approx Golden Brown. HEX triplet: A6, 73 and 06. RGB value is (166,115,6). Sum of RGB (Red+Green+Blue) = 166+115+6=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A67306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67306 is #598CF9. Grayscale: #767676. Windows color (decimal): -5868794 or 422822. OLE color: 422822.

HSL color Cylindrical-coordinate representation of color #A67306: hue angle of 40.88º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A67306 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1661156-
CMYK00.310.960.35
HSL40.88º93.02%33.73%-
HSV(B)40.88º96.39%65.1%-
XYZ21.8920.382.95-
YUV117.8264.9162.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.84%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 6 (2.73% from 255) = 2.09%
R=57.84%
G=40.07%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166115600.310.960.3540.8893.0233.73
HexA673601F6023295d22
Octal2461636037140435113542
Binary10100110111001111001111111000001000111010011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67306; }

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

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

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

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

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

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

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

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