#A0710F

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

Shades of Golden Brown #A0710F

Tints of Golden Brown #A0710F

Color information

#A0710F (or 0xA0710F) is unknown color: approx Golden Brown. HEX triplet: A0, 71 and 0F. RGB value is (160,113,15). Sum of RGB (Red+Green+Blue) = 160+113+15=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0710F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0710F is #5F8EF0. Grayscale: #747474. Windows color (decimal): -6262513 or 1012128. OLE color: 1012128.

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

Color convert

RGB16011315-
CMYK00.290.910.37
HSL40.55º82.86%34.31%-
HSV(B)40.55º90.62%62.75%-
XYZ20.4919.323.1-
YUV115.8871.07159.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.56%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 15 (6.25% from 255) = 5.21%
R=55.56%
G=39.24%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601131500.290.910.3740.5582.8634.31
HexA071F01D5B25295322
Octal24016117035133455112342
Binary101000001110001111101110110110111001011010011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0710F; }

 p { color: rgb(160,113,15); }

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

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

 a { background-color: rgb(160,113,15); }

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

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

 span { border-color: rgb(160,113,15); }

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