#A55129

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

Shades of Rich Gold #A55129

Tints of Rich Gold #A55129

Color information

#A55129 (or 0xA55129) is unknown color: approx Rich Gold. HEX triplet: A5, 51 and 29. RGB value is (165,81,41). Sum of RGB (Red+Green+Blue) = 165+81+41=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A55129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55129 is #5AAED6. Grayscale: #656565. Windows color (decimal): -5942999 or 2707877. OLE color: 2707877.

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

Color convert

RGB1658141-
CMYK00.510.750.35
HSL19.35º60.19%40.39%-
HSV(B)19.35º75.15%64.71%-
XYZ18.8614.043.81-
YUV101.5693.83173.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.49%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=57.49%
G=28.22%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165814100.510.750.3519.3560.1940.39
HexA551290334B23133c28
Octal2451215106311343237450
Binary1010010110100011010010110011100101110001110011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55129; }

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

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

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

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

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

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

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

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