#A06E00

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

Shades of Golden Brown #A06E00

Tints of Golden Brown #A06E00

Color information

#A06E00 (or 0xA06E00) is unknown color: approx Golden Brown. HEX triplet: A0, 6E and 00. RGB value is (160,110,0). Sum of RGB (Red+Green+Blue) = 160+110+0=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06E00 is #5F91FF. Grayscale: #707070. Windows color (decimal): -6263296 or 28320. OLE color: 28320.

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

Color convert

RGB1601100-
CMYK00.3110.37
HSL41.25º100%31.37%-
HSV(B)41.25º100%62.75%-
XYZ20.0718.632.54-
YUV112.4164.56161.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.26%
GREEN value IS 110 (43.36% from 255) = 40.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.26%
G=40.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160110000.3110.3741.2510031.37
HexA06E001F642529641f
Octal2401560037144455114437
Binary10100000110111000111111100100100101101001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06E00; }

 p { color: rgb(160,110,0); }

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

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

 a { background-color: rgb(160,110,0); }

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

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

 span { border-color: rgb(160,110,0); }

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