#A05911

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

Shades of Golden Brown #A05911

Tints of Golden Brown #A05911

Color information

#A05911 (or 0xA05911) is unknown color: approx Golden Brown. HEX triplet: A0, 59 and 11. RGB value is (160,89,17). Sum of RGB (Red+Green+Blue) = 160+89+17=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A05911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05911 is #5FA6EE. Grayscale: #666666. Windows color (decimal): -6268655 or 1137056. OLE color: 1137056.

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

Color convert

RGB1608917-
CMYK00.440.890.37
HSL30.21º80.79%34.71%-
HSV(B)30.21º89.38%62.75%-
XYZ18.1714.662.4-
YUV102.0280.02169.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.15%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 17 (7.03% from 255) = 6.39%
R=60.15%
G=33.46%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160891700.440.890.3730.2180.7934.71
HexA0591102C59251e5123
Octal24013121054131453612143
Binary1010000010110011000101011001011001100101111101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05911; }

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

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

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

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

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

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

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

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