#AA7335

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

Shades of Hot Toddy #AA7335

Tints of Hot Toddy #AA7335

Color information

#AA7335 (or 0xAA7335) is unknown color: approx Hot Toddy. HEX triplet: AA, 73 and 35. RGB value is (170,115,53). Sum of RGB (Red+Green+Blue) = 170+115+53=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7335 is #558CCA. Grayscale: #7C7C7C. Windows color (decimal): -5606603 or 3503018. OLE color: 3503018.

HSL color Cylindrical-coordinate representation of color #AA7335: hue angle of 31.79º degrees, saturation: 0.52, 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 #AA7335 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB17011553-
CMYK00.320.690.33
HSL31.79º52.47%43.73%-
HSV(B)31.79º68.82%66.67%-
XYZ23.3521.066.2-
YUV124.3887.72160.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.30%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 53 (21.09% from 255) = 15.68%
R=50.30%
G=34.02%
B=15.68%

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
Decimal1701155300.320.690.3331.7952.4743.73
HexAA7335020452120342c
Octal2521636504010541406454
Binary10101010111001111010101000001000101100001100000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7335; }

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

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

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

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

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

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

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

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