#A06622

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

Shades of Golden Brown #A06622

Tints of Golden Brown #A06622

Color information

#A06622 (or 0xA06622) is unknown color: approx Golden Brown. HEX triplet: A0, 66 and 22. RGB value is (160,102,34). Sum of RGB (Red+Green+Blue) = 160+102+34=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A06622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06622 is #5F99DD. Grayscale: #6F6F6F. Windows color (decimal): -6265310 or 2254496. OLE color: 2254496.

HSL color Cylindrical-coordinate representation of color #A06622: hue angle of 32.38º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A06622 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB16010234-
CMYK00.360.790.37
HSL32.38º64.95%38.04%-
HSV(B)32.38º78.75%62.75%-
XYZ19.5417.093.78-
YUV111.5984.22162.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.05%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 34 (13.67% from 255) = 11.49%
R=54.05%
G=34.46%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601023400.360.790.3732.3864.9538.04
HexA066220244F25204126
Octal24014642044117454010146
Binary101000001100110100010010010010011111001011000001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06622; }

 p { color: rgb(160,102,34); }

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

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

 a { background-color: rgb(160,102,34); }

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

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

 span { border-color: rgb(160,102,34); }

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