#AA702D

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

Shades of Hot Toddy #AA702D

Tints of Hot Toddy #AA702D

Color information

#AA702D (or 0xAA702D) is unknown color: approx Hot Toddy. HEX triplet: AA, 70 and 2D. RGB value is (170,112,45). Sum of RGB (Red+Green+Blue) = 170+112+45=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA702D is #558FD2. Grayscale: #7A7A7A. Windows color (decimal): -5607379 or 2977962. OLE color: 2977962.

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

Color convert

RGB17011245-
CMYK00.340.740.33
HSL32.16º58.14%42.16%-
HSV(B)32.16º73.53%66.67%-
XYZ22.8520.325.2-
YUV121.784.72162.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.99%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 45 (17.97% from 255) = 13.76%
R=51.99%
G=34.25%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701124500.340.740.3332.1658.1442.16
HexAA702D0224A21203a2a
Octal2521605504211241407252
Binary10101010111000010110101000101001010100001100000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA702D; }

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

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

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

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

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

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

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

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