#A05815

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

Shades of Golden Brown #A05815

Tints of Golden Brown #A05815

Color information

#A05815 (or 0xA05815) is unknown color: approx Golden Brown. HEX triplet: A0, 58 and 15. RGB value is (160,88,21). Sum of RGB (Red+Green+Blue) = 160+88+21=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A05815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05815 is #5FA7EA. Grayscale: #666666. Windows color (decimal): -6268907 or 1398944. OLE color: 1398944.

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

Color convert

RGB1608821-
CMYK00.450.870.37
HSL28.92º76.8%35.49%-
HSV(B)28.92º86.87%62.75%-
XYZ18.1214.512.55-
YUV101.8982.35169.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.48%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 21 (8.59% from 255) = 7.81%
R=59.48%
G=32.71%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160882100.450.870.3728.9276.835.49
HexA0581502D57251d4d23
Octal24013025055127453511543
Binary1010000010110001010101011011010111100101111011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05815; }

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

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

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

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

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

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

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

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