#A55127

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

Shades of Rich Gold #A55127

Tints of Rich Gold #A55127

Color information

#A55127 (or 0xA55127) is unknown color: approx Rich Gold. HEX triplet: A5, 51 and 27. RGB value is (165,81,39). Sum of RGB (Red+Green+Blue) = 165+81+39=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A55127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55127 is #5AAED8. Grayscale: #656565. Windows color (decimal): -5943001 or 2576805. OLE color: 2576805.

HSL color Cylindrical-coordinate representation of color #A55127: hue angle of 20º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A55127 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1658139-
CMYK00.510.760.35
HSL20º61.76%40%-
HSV(B)20º76.36%64.71%-
XYZ18.8314.033.64-
YUV101.3392.83173.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.89%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=57.89%
G=28.42%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165813900.510.760.352061.7640
HexA551270334C23143e28
Octal2451214706311443247650
Binary1010010110100011001110110011100110010001110100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55127; }

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

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

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

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

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

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

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

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