#AA7131

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

Shades of Hot Toddy #AA7131

Tints of Hot Toddy #AA7131

Color information

#AA7131 (or 0xAA7131) is unknown color: approx Hot Toddy. HEX triplet: AA, 71 and 31. RGB value is (170,113,49). Sum of RGB (Red+Green+Blue) = 170+113+49=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7131 is #558ECE. Grayscale: #7B7B7B. Windows color (decimal): -5607119 or 3240362. OLE color: 3240362.

HSL color Cylindrical-coordinate representation of color #AA7131: hue angle of 31.74º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA7131 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB17011349-
CMYK00.340.710.33
HSL31.74º55.25%42.94%-
HSV(B)31.74º71.18%66.67%-
XYZ23.0420.585.66-
YUV122.7586.38161.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 49 (19.53% from 255) = 14.76%
R=51.20%
G=34.04%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701134900.340.710.3331.7455.2542.94
HexAA7131022472120372b
Octal2521616104210741406753
Binary10101010111000111000101000101000111100001100000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7131; }

 p { color: rgb(170,113,49); }

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

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

 a { background-color: rgb(170,113,49); }

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

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

 span { border-color: rgb(170,113,49); }

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