#A05819

Color #A05819 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A05819

Tints of Rich Gold #A05819

Color information

#A05819 (or 0xA05819) is unknown color: approx Rich Gold. HEX triplet: A0, 58 and 19. RGB value is (160,88,25). Sum of RGB (Red+Green+Blue) = 160+88+25=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A05819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05819 is #5FA7E6. Grayscale: #666666. Windows color (decimal): -6268903 or 1661088. OLE color: 1661088.

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

Color convert

RGB1608825-
CMYK00.450.840.37
HSL28º72.97%36.27%-
HSV(B)28º84.38%62.75%-
XYZ18.1614.522.77-
YUV102.3584.35169.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.61%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 25 (10.16% from 255) = 9.16%
R=58.61%
G=32.23%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160882500.450.840.372872.9736.27
HexA0581902D54251c4924
Octal24013031055124453411144
Binary1010000010110001100101011011010100100101111001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05819; }

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

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

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

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

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

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

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

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