#AA7D33

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

Shades of Hot Toddy #AA7D33

Tints of Hot Toddy #AA7D33

Color information

#AA7D33 (or 0xAA7D33) is unknown color: approx Hot Toddy. HEX triplet: AA, 7D and 33. RGB value is (170,125,51). Sum of RGB (Red+Green+Blue) = 170+125+51=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D33 is #5582CC. Grayscale: #828282. Windows color (decimal): -5604045 or 3374506. OLE color: 3374506.

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

Color convert

RGB17012551-
CMYK00.260.70.33
HSL37.31º53.85%43.33%-
HSV(B)37.31º70%66.67%-
XYZ24.5123.456.37-
YUV130.0283.41156.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 125 (49.22% from 255) = 36.13%
BLUE value IS 51 (20.31% from 255) = 14.74%
R=49.13%
G=36.13%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701255100.260.70.3337.3153.8543.33
HexAA7D3301A462125362b
Octal2521756303210641456653
Binary1010101011111011100110110101000110100001100101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7D33; }

 p { color: rgb(170,125,51); }

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

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

 a { background-color: rgb(170,125,51); }

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

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

 span { border-color: rgb(170,125,51); }

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