#AA7030

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

Shades of Hot Toddy #AA7030

Tints of Hot Toddy #AA7030

Color information

#AA7030 (or 0xAA7030) is unknown color: approx Hot Toddy. HEX triplet: AA, 70 and 30. RGB value is (170,112,48). Sum of RGB (Red+Green+Blue) = 170+112+48=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7030 is #558FCF. Grayscale: #7A7A7A. Windows color (decimal): -5607376 or 3174570. OLE color: 3174570.

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

Color convert

RGB17011248-
CMYK00.340.720.33
HSL31.48º55.96%42.75%-
HSV(B)31.48º71.76%66.67%-
XYZ22.9120.355.52-
YUV122.0586.22162.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 48 (19.14% from 255) = 14.55%
R=51.52%
G=33.94%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701124800.340.720.3331.4855.9642.75
HexAA703002248211f382b
Octal2521606004211041377053
Binary1010101011100001100000100010100100010000111111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7030; }

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

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

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

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

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

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

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

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