#AA7227

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

Shades of Hot Toddy #AA7227

Tints of Hot Toddy #AA7227

Color information

#AA7227 (or 0xAA7227) is unknown color: approx Hot Toddy. HEX triplet: AA, 72 and 27. RGB value is (170,114,39). Sum of RGB (Red+Green+Blue) = 170+114+39=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7227 is #558DD8. Grayscale: #7A7A7A. Windows color (decimal): -5606873 or 2585258. OLE color: 2585258.

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

Color convert

RGB17011439-
CMYK00.330.770.33
HSL34.35º62.68%40.98%-
HSV(B)34.35º77.06%66.67%-
XYZ22.9620.734.71-
YUV122.1981.05162.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 39 (15.62% from 255) = 12.07%
R=52.63%
G=35.29%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701143900.330.770.3334.3562.6840.98
HexAA72270214D21223f29
Octal2521624704111541427751
Binary10101010111001010011101000011001101100001100010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7227; }

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

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

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

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

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

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

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

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