#AA7C34

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

Shades of Hot Toddy #AA7C34

Tints of Hot Toddy #AA7C34

Color information

#AA7C34 (or 0xAA7C34) is unknown color: approx Hot Toddy. HEX triplet: AA, 7C and 34. RGB value is (170,124,52). Sum of RGB (Red+Green+Blue) = 170+124+52=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7C34 is #5583CB. Grayscale: #818181. Windows color (decimal): -5604300 or 3439786. OLE color: 3439786.

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

Color convert

RGB17012452-
CMYK00.270.690.33
HSL36.61º53.15%43.53%-
HSV(B)36.61º69.41%66.67%-
XYZ24.4123.216.44-
YUV129.5584.24156.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 124 (48.83% from 255) = 35.84%
BLUE value IS 52 (20.70% from 255) = 15.03%
R=49.13%
G=35.84%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701245200.270.690.3336.6153.1543.53
HexAA7C3401B452125352c
Octal2521746403310541456554
Binary1010101011111001101000110111000101100001100101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C34; }

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

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

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

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

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

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

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

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