#A05525

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

Shades of Rich Gold #A05525

Tints of Rich Gold #A05525

Color information

#A05525 (or 0xA05525) is unknown color: approx Rich Gold. HEX triplet: A0, 55 and 25. RGB value is (160,85,37). Sum of RGB (Red+Green+Blue) = 160+85+37=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A05525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05525 is #5FAADA. Grayscale: #666666. Windows color (decimal): -6269659 or 2446752. OLE color: 2446752.

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

Color convert

RGB1608537-
CMYK00.470.770.37
HSL23.41º62.44%38.63%-
HSV(B)23.41º76.88%62.75%-
XYZ18.0814.13.52-
YUV101.9591.35169.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.74%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 37 (14.84% from 255) = 13.12%
R=56.74%
G=30.14%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160853700.470.770.3723.4162.4438.63
HexA0552502F4D25173e27
Octal2401254505711545277647
Binary1010000010101011001010101111100110110010110111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05525; }

 p { color: rgb(160,85,37); }

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

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

 a { background-color: rgb(160,85,37); }

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

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

 span { border-color: rgb(160,85,37); }

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