#A55825

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

Shades of Rich Gold #A55825

Tints of Rich Gold #A55825

Color information

#A55825 (or 0xA55825) is unknown color: approx Rich Gold. HEX triplet: A5, 58 and 25. RGB value is (165,88,37). Sum of RGB (Red+Green+Blue) = 165+88+37=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A55825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55825 is #5AA7DA. Grayscale: #696969. Windows color (decimal): -5941211 or 2447525. OLE color: 2447525.

HSL color Cylindrical-coordinate representation of color #A55825: hue angle of 23.91º 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 #A55825 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB1658837-
CMYK00.470.780.35
HSL23.91º63.37%39.61%-
HSV(B)23.91º77.58%64.71%-
XYZ19.3415.113.65-
YUV105.2189.51170.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.90%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 37 (14.84% from 255) = 12.76%
R=56.90%
G=30.34%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165883700.470.780.3523.9163.3739.61
HexA5582502F4E23183f28
Octal2451304505711643307750
Binary1010010110110001001010101111100111010001111000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55825; }

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

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

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

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

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

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

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

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