#AA7B32

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

Shades of Hot Toddy #AA7B32

Tints of Hot Toddy #AA7B32

Color information

#AA7B32 (or 0xAA7B32) is unknown color: approx Hot Toddy. HEX triplet: AA, 7B and 32. RGB value is (170,123,50). Sum of RGB (Red+Green+Blue) = 170+123+50=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B32 is #5584CD. Grayscale: #818181. Windows color (decimal): -5604558 or 3308458. OLE color: 3308458.

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

Color convert

RGB17012350-
CMYK00.280.710.33
HSL36.5º54.55%43.14%-
HSV(B)36.5º70.59%66.67%-
XYZ24.2422.946.17-
YUV128.7383.57157.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 50 (19.92% from 255) = 14.58%
R=49.56%
G=35.86%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701235000.280.710.3336.554.5543.14
HexAA7B3201C472124372b
Octal2521736203410741446753
Binary1010101011110111100100111001000111100001100100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B32; }

 p { color: rgb(170,123,50); }

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

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

 a { background-color: rgb(170,123,50); }

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

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

 span { border-color: rgb(170,123,50); }

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