#AA4919

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

Shades of Rich Gold #AA4919

Tints of Rich Gold #AA4919

Color information

#AA4919 (or 0xAA4919) is unknown color: approx Rich Gold. HEX triplet: AA, 49 and 19. RGB value is (170,73,25). Sum of RGB (Red+Green+Blue) = 170+73+25=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4919 is #55B6E6. Grayscale: #606060. Windows color (decimal): -5617383 or 1657258. OLE color: 1657258.

HSL color Cylindrical-coordinate representation of color #AA4919: hue angle of 19.86º 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 #AA4919 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1707325-
CMYK00.570.850.33
HSL19.86º74.36%38.24%-
HSV(B)19.86º85.29%66.67%-
XYZ19.1413.382.49-
YUV96.5387.64180.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.43%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 25 (10.16% from 255) = 9.33%
R=63.43%
G=27.24%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170732500.570.850.3319.8674.3638.24
HexAA49190395521144a26
Octal25211131071125412411246
Binary1010101010010011100101110011010101100001101001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4919; }

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

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

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

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

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

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

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

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