#AA7518

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

Shades of Hot Toddy #AA7518

Tints of Hot Toddy #AA7518

Color information

#AA7518 (or 0xAA7518) is unknown color: approx Hot Toddy. HEX triplet: AA, 75 and 18. RGB value is (170,117,24). Sum of RGB (Red+Green+Blue) = 170+117+24=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7518 is #558AE7. Grayscale: #7A7A7A. Windows color (decimal): -5606120 or 1602986. OLE color: 1602986.

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

Color convert

RGB17011724-
CMYK00.310.860.33
HSL38.22º75.26%38.04%-
HSV(B)38.22º85.88%66.67%-
XYZ23.121.333.76-
YUV122.2472.56162.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.66%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 24 (9.77% from 255) = 7.72%
R=54.66%
G=37.62%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701172400.310.860.3338.2275.2638.04
HexAA751801F5621264b26
Octal25216530037126414611346
Binary1010101011101011100001111110101101000011001101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7518; }

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

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

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

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

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

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

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

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