#AA7228

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

Shades of Hot Toddy #AA7228

Tints of Hot Toddy #AA7228

Color information

#AA7228 (or 0xAA7228) is unknown color: approx Hot Toddy. HEX triplet: AA, 72 and 28. RGB value is (170,114,40). Sum of RGB (Red+Green+Blue) = 170+114+40=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7228 is #558DD7. Grayscale: #7A7A7A. Windows color (decimal): -5606872 or 2650794. OLE color: 2650794.

HSL color Cylindrical-coordinate representation of color #AA7228: hue angle of 34.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA7228 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17011440-
CMYK00.330.760.33
HSL34.15º61.9%41.18%-
HSV(B)34.15º76.47%66.67%-
XYZ22.9820.734.8-
YUV122.3181.55162.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 40 (16.02% from 255) = 12.35%
R=52.47%
G=35.19%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701144000.330.760.3334.1561.941.18
HexAA72280214C21223e29
Octal2521625004111441427651
Binary10101010111001010100001000011001100100001100010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7228; }

 p { color: rgb(170,114,40); }

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

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

 a { background-color: rgb(170,114,40); }

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

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

 span { border-color: rgb(170,114,40); }

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