#AA812D

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

Shades of Hot Toddy #AA812D

Tints of Hot Toddy #AA812D

Color information

#AA812D (or 0xAA812D) is unknown color: approx Hot Toddy. HEX triplet: AA, 81 and 2D. RGB value is (170,129,45). Sum of RGB (Red+Green+Blue) = 170+129+45=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA812D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA812D is #557ED2. Grayscale: #848484. Windows color (decimal): -5603027 or 2982314. OLE color: 2982314.

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

Color convert

RGB17012945-
CMYK00.240.740.33
HSL40.32º58.14%42.16%-
HSV(B)40.32º73.53%66.67%-
XYZ24.924.445.89-
YUV131.6879.08155.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.42%
GREEN value IS 129 (50.78% from 255) = 37.5%
BLUE value IS 45 (17.97% from 255) = 13.08%
R=49.42%
G=37.5%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701294500.240.740.3340.3258.1442.16
HexAA812D0184A21283a2a
Octal2522015503011241507252
Binary10101010100000011011010110001001010100001101000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA812D; }

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

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

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

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

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

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

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

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