#aa7427

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

Shades of Hot Toddy #AA7427

Tints of Hot Toddy #AA7427

Color information

#AA7427 (or 0xAA7427) is unknown color: approx Hot Toddy. HEX triplet: AA, 74 and 27. RGB value is (170,116,39). Sum of RGB (Red+Green+Blue) = 170+116+39=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7427 is #558BD8. Grayscale: #7B7B7B. Windows color (decimal): -5606361 or 2585770. OLE color: 2585770.

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

Color convert

RGB17011639-
CMYK00.320.770.33
HSL35.27º62.68%40.98%-
HSV(B)35.27º77.06%66.67%-
XYZ23.1921.184.79-
YUV123.3780.39161.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 39 (15.62% from 255) = 12%
R=52.31%
G=35.69%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701163900.320.770.3335.2762.6840.98
HexAA74270204D21233f29
Octal2521644704011541437751
Binary10101010111010010011101000001001101100001100011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa7427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa7427; }

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

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

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

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

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

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

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

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