#A06A1A

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

Shades of Golden Brown #A06A1A

Tints of Golden Brown #A06A1A

Color information

#A06A1A (or 0xA06A1A) is unknown color: approx Golden Brown. HEX triplet: A0, 6A and 1A. RGB value is (160,106,26). Sum of RGB (Red+Green+Blue) = 160+106+26=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06A1A is #5F95E5. Grayscale: #717171. Windows color (decimal): -6264294 or 1731232. OLE color: 1731232.

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

Color convert

RGB16010626-
CMYK00.340.840.37
HSL35.82º72.04%36.47%-
HSV(B)35.82º83.75%62.75%-
XYZ19.8417.863.38-
YUV113.0378.89161.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.79%
GREEN value IS 106 (41.80% from 255) = 36.30%
BLUE value IS 26 (10.55% from 255) = 8.90%
R=54.79%
G=36.30%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601062600.340.840.3735.8272.0436.47
HexA06A1A0225425244824
Octal24015232042124454411044
Binary10100000110101011010010001010101001001011001001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06A1A; }

 p { color: rgb(160,106,26); }

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

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

 a { background-color: rgb(160,106,26); }

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

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

 span { border-color: rgb(160,106,26); }

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