#A05527

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

Shades of Rich Gold #A05527

Tints of Rich Gold #A05527

Color information

#A05527 (or 0xA05527) is unknown color: approx Rich Gold. HEX triplet: A0, 55 and 27. RGB value is (160,85,39). Sum of RGB (Red+Green+Blue) = 160+85+39=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A05527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05527 is #5FAAD8. Grayscale: #666666. Windows color (decimal): -6269657 or 2577824. OLE color: 2577824.

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

Color convert

RGB1608539-
CMYK00.470.760.37
HSL22.81º60.8%39.02%-
HSV(B)22.81º75.63%62.75%-
XYZ18.1114.123.69-
YUV102.1892.35169.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.34%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 39 (15.62% from 255) = 13.73%
R=56.34%
G=29.93%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160853900.470.760.3722.8160.839.02
HexA0552702F4C25173d27
Octal2401254705711445277547
Binary1010000010101011001110101111100110010010110111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05527; }

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

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

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

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

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

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

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

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