#A07013

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

Shades of Golden Brown #A07013

Tints of Golden Brown #A07013

Color information

#A07013 (or 0xA07013) is unknown color: approx Golden Brown. HEX triplet: A0, 70 and 13. RGB value is (160,112,19). Sum of RGB (Red+Green+Blue) = 160+112+19=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A07013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07013 is #5F8FEC. Grayscale: #747474. Windows color (decimal): -6262765 or 1274016. OLE color: 1274016.

HSL color Cylindrical-coordinate representation of color #A07013: hue angle of 39.57º 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 #A07013 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB16011219-
CMYK00.300.880.37
HSL39.57º78.77%35.1%-
HSV(B)39.57º88.13%62.75%-
XYZ20.4119.113.23-
YUV115.7573.4159.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.98%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 19 (7.81% from 255) = 6.53%
R=54.98%
G=38.49%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601121900.300.880.3739.5778.7735.1
HexA0701301E5825284f23
Octal24016023036130455011743
Binary1010000011100001001101111010110001001011010001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07013; }

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

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

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

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

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

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

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

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