#A07211

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

Shades of Golden Brown #A07211

Tints of Golden Brown #A07211

Color information

#A07211 (or 0xA07211) is unknown color: approx Golden Brown. HEX triplet: A0, 72 and 11. RGB value is (160,114,17). Sum of RGB (Red+Green+Blue) = 160+114+17=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A07211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07211 is #5F8DEE. Grayscale: #757575. Windows color (decimal): -6262255 or 1143456. OLE color: 1143456.

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

Color convert

RGB16011417-
CMYK00.290.890.37
HSL40.7º80.79%34.71%-
HSV(B)40.7º89.38%62.75%-
XYZ20.6219.553.22-
YUV116.771.74158.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.98%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 17 (7.03% from 255) = 5.84%
R=54.98%
G=39.18%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601141700.290.890.3740.780.7934.71
HexA0721101D5925295123
Octal24016221035131455112143
Binary1010000011100101000101110110110011001011010011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07211; }

 p { color: rgb(160,114,17); }

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

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

 a { background-color: rgb(160,114,17); }

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

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

 span { border-color: rgb(160,114,17); }

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