#AA7334

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

Shades of Hot Toddy #AA7334

Tints of Hot Toddy #AA7334

Color information

#AA7334 (or 0xAA7334) is unknown color: approx Hot Toddy. HEX triplet: AA, 73 and 34. RGB value is (170,115,52). Sum of RGB (Red+Green+Blue) = 170+115+52=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7334 is #558CCB. Grayscale: #7C7C7C. Windows color (decimal): -5606604 or 3437482. OLE color: 3437482.

HSL color Cylindrical-coordinate representation of color #AA7334: hue angle of 32.03º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA7334 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB17011552-
CMYK00.320.690.33
HSL32.03º53.15%43.53%-
HSV(B)32.03º69.41%66.67%-
XYZ23.3321.066.08-
YUV124.2687.22160.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 52 (20.70% from 255) = 15.43%
R=50.45%
G=34.12%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701155200.320.690.3332.0353.1543.53
HexAA7334020452120352c
Octal2521636404010541406554
Binary10101010111001111010001000001000101100001100000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7334; }

 p { color: rgb(170,115,52); }

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

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

 a { background-color: rgb(170,115,52); }

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

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

 span { border-color: rgb(170,115,52); }

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