#AA742D

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

Shades of Hot Toddy #AA742D

Tints of Hot Toddy #AA742D

Color information

#AA742D (or 0xAA742D) is unknown color: approx Hot Toddy. HEX triplet: AA, 74 and 2D. RGB value is (170,116,45). Sum of RGB (Red+Green+Blue) = 170+116+45=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA742D is #558BD2. Grayscale: #7C7C7C. Windows color (decimal): -5606355 or 2978986. OLE color: 2978986.

HSL color Cylindrical-coordinate representation of color #AA742D: hue angle of 34.08º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA742D is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB17011645-
CMYK00.320.740.33
HSL34.08º58.14%42.16%-
HSV(B)34.08º73.53%66.67%-
XYZ23.321.235.35-
YUV124.0583.39160.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 45 (17.97% from 255) = 13.60%
R=51.36%
G=35.05%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701164500.320.740.3334.0858.1442.16
HexAA742D0204A21223a2a
Octal2521645504011241427252
Binary10101010111010010110101000001001010100001100010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA742D; }

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

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

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

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

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

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

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

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