#AA712A

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

Shades of Hot Toddy #AA712A

Tints of Hot Toddy #AA712A

Color information

#AA712A (or 0xAA712A) is unknown color: approx Hot Toddy. HEX triplet: AA, 71 and 2A. RGB value is (170,113,42). Sum of RGB (Red+Green+Blue) = 170+113+42=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA712A is #558ED5. Grayscale: #7A7A7A. Windows color (decimal): -5607126 or 2781610. OLE color: 2781610.

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

Color convert

RGB17011342-
CMYK00.340.750.33
HSL33.28º60.38%41.57%-
HSV(B)33.28º75.29%66.67%-
XYZ22.920.524.94-
YUV121.9582.88162.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 42 (16.80% from 255) = 12.92%
R=52.31%
G=34.77%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701134200.340.750.3333.2860.3841.57
HexAA712A0224B21213c2a
Octal2521615204211341417452
Binary10101010111000110101001000101001011100001100001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA712A; }

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

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

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

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

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

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

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

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