#a55619

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

Shades of Rich Gold #A55619

Tints of Rich Gold #A55619

Color information

#A55619 (or 0xA55619) is unknown color: approx Rich Gold. HEX triplet: A5, 56 and 19. RGB value is (165,86,25). Sum of RGB (Red+Green+Blue) = 165+86+25=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A55619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55619 is #5AA9E6. Grayscale: #666666. Windows color (decimal): -5941735 or 1660581. OLE color: 1660581.

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

Color convert

RGB1658625-
CMYK00.480.850.35
HSL26.14º73.68%37.25%-
HSV(B)26.14º84.85%64.71%-
XYZ19.0214.732.76-
YUV102.6784.17172.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.78%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 25 (10.16% from 255) = 9.06%
R=59.78%
G=31.16%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165862500.480.850.3526.1473.6837.25
HexA5561903055231a4a25
Octal24512631060125433211245
Binary1010010110101101100101100001010101100011110101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55619; }

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

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

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

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

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

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

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

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