#A05127

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

Shades of Rich Gold #A05127

Tints of Rich Gold #A05127

Color information

#A05127 (or 0xA05127) is unknown color: approx Rich Gold. HEX triplet: A0, 51 and 27. RGB value is (160,81,39). Sum of RGB (Red+Green+Blue) = 160+81+39=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A05127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05127 is #5FAED8. Grayscale: #646464. Windows color (decimal): -6270681 or 2576800. OLE color: 2576800.

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

Color convert

RGB1608139-
CMYK00.490.760.37
HSL20.83º60.8%39.02%-
HSV(B)20.83º75.63%62.75%-
XYZ17.8113.53.59-
YUV99.8393.67170.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.14%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 39 (15.62% from 255) = 13.93%
R=57.14%
G=28.93%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160813900.490.760.3720.8360.839.02
HexA051270314C25153d27
Octal2401214706111445257547
Binary1010000010100011001110110001100110010010110101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05127; }

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

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

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

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

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

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

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

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