#AA7327

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

Shades of Hot Toddy #AA7327

Tints of Hot Toddy #AA7327

Color information

#AA7327 (or 0xAA7327) is unknown color: approx Hot Toddy. HEX triplet: AA, 73 and 27. RGB value is (170,115,39). Sum of RGB (Red+Green+Blue) = 170+115+39=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7327 is #558CD8. Grayscale: #7B7B7B. Windows color (decimal): -5606617 or 2585514. OLE color: 2585514.

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

Color convert

RGB17011539-
CMYK00.320.770.33
HSL34.81º62.68%40.98%-
HSV(B)34.81º77.06%66.67%-
XYZ23.0720.954.75-
YUV122.7880.72161.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 39 (15.62% from 255) = 12.04%
R=52.47%
G=35.49%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701153900.320.770.3334.8162.6840.98
HexAA73270204D21233f29
Octal2521634704011541437751
Binary10101010111001110011101000001001101100001100011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7327; }

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

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

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

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

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

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

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

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