#AA7519

Color #AA7519 Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #AA7519

Tints of Hot Toddy #AA7519

Color information

#AA7519 (or 0xAA7519) is unknown color: approx Hot Toddy. HEX triplet: AA, 75 and 19. RGB value is (170,117,25). Sum of RGB (Red+Green+Blue) = 170+117+25=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7519 is #558AE6. Grayscale: #7A7A7A. Windows color (decimal): -5606119 or 1668522. OLE color: 1668522.

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

Color convert

RGB17011725-
CMYK00.310.850.33
HSL38.07º74.36%38.24%-
HSV(B)38.07º85.29%66.67%-
XYZ23.1121.343.82-
YUV122.3673.06161.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.49%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 25 (10.16% from 255) = 8.01%
R=54.49%
G=37.5%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701172500.310.850.3338.0774.3638.24
HexAA751901F5521264a26
Octal25216531037125414611246
Binary1010101011101011100101111110101011000011001101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7519; }

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

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

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

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

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

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

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

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