#A05811

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

Shades of Golden Brown #A05811

Tints of Golden Brown #A05811

Color information

#A05811 (or 0xA05811) is unknown color: approx Golden Brown. HEX triplet: A0, 58 and 11. RGB value is (160,88,17). Sum of RGB (Red+Green+Blue) = 160+88+17=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A05811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05811 is #5FA7EE. Grayscale: #656565. Windows color (decimal): -6268911 or 1136800. OLE color: 1136800.

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

Color convert

RGB1608817-
CMYK00.450.890.37
HSL29.79º80.79%34.71%-
HSV(B)29.79º89.38%62.75%-
XYZ18.0914.492.37-
YUV101.4380.35169.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.38%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 17 (7.03% from 255) = 6.42%
R=60.38%
G=33.21%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160881700.450.890.3729.7980.7934.71
HexA0581102D59251e5123
Octal24013021055131453612143
Binary1010000010110001000101011011011001100101111101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05811; }

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

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

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

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

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

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

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

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