#AA5B19

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

Shades of Rich Gold #AA5B19

Tints of Rich Gold #AA5B19

Color information

#AA5B19 (or 0xAA5B19) is unknown color: approx Rich Gold. HEX triplet: AA, 5B and 19. RGB value is (170,91,25). Sum of RGB (Red+Green+Blue) = 170+91+25=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5B19 is #55A4E6. Grayscale: #6B6B6B. Windows color (decimal): -5612775 or 1661866. OLE color: 1661866.

HSL color Cylindrical-coordinate representation of color #AA5B19: hue angle of 27.31º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA5B19 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1709125-
CMYK00.460.850.33
HSL27.31º74.36%38.24%-
HSV(B)27.31º85.29%66.67%-
XYZ20.4916.12.95-
YUV107.181.67172.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.44%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 25 (10.16% from 255) = 8.74%
R=59.44%
G=31.82%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170912500.460.850.3327.3174.3638.24
HexAA5B1902E55211b4a26
Octal25213331056125413311246
Binary1010101010110111100101011101010101100001110111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5B19; }

 p { color: rgb(170,91,25); }

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

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

 a { background-color: rgb(170,91,25); }

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

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

 span { border-color: rgb(170,91,25); }

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