#A55625

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

Shades of Rich Gold #A55625

Tints of Rich Gold #A55625

Color information

#A55625 (or 0xA55625) is unknown color: approx Rich Gold. HEX triplet: A5, 56 and 25. RGB value is (165,86,37). Sum of RGB (Red+Green+Blue) = 165+86+37=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A55625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55625 is #5AA9DA. Grayscale: #686868. Windows color (decimal): -5941723 or 2447013. OLE color: 2447013.

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

Color convert

RGB1658637-
CMYK00.480.780.35
HSL22.97º63.37%39.61%-
HSV(B)22.97º77.58%64.71%-
XYZ19.1814.793.59-
YUV104.0490.17171.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.29%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 37 (14.84% from 255) = 12.85%
R=57.29%
G=29.86%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165863700.480.780.3522.9763.3739.61
HexA556250304E23173f28
Octal2451264506011643277750
Binary1010010110101101001010110000100111010001110111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55625; }

 p { color: rgb(165,86,37); }

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

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

 a { background-color: rgb(165,86,37); }

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

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

 span { border-color: rgb(165,86,37); }

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