#A06813

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

Shades of Golden Brown #A06813

Tints of Golden Brown #A06813

Color information

#A06813 (or 0xA06813) is unknown color: approx Golden Brown. HEX triplet: A0, 68 and 13. RGB value is (160,104,19). Sum of RGB (Red+Green+Blue) = 160+104+19=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A06813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06813 is #5F97EC. Grayscale: #6F6F6F. Windows color (decimal): -6264813 or 1271968. OLE color: 1271968.

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

Color convert

RGB16010419-
CMYK00.350.880.37
HSL36.17º78.77%35.1%-
HSV(B)36.17º88.13%62.75%-
XYZ19.5717.422.95-
YUV111.0576.05162.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.54%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 19 (7.81% from 255) = 6.71%
R=56.54%
G=36.75%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601041900.350.880.3736.1778.7735.1
HexA068130235825244f23
Octal24015023043130454411743
Binary10100000110100010011010001110110001001011001001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06813; }

 p { color: rgb(160,104,19); }

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

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

 a { background-color: rgb(160,104,19); }

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

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

 span { border-color: rgb(160,104,19); }

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