#AA7934

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

Shades of Hot Toddy #AA7934

Tints of Hot Toddy #AA7934

Color information

#AA7934 (or 0xAA7934) is unknown color: approx Hot Toddy. HEX triplet: AA, 79 and 34. RGB value is (170,121,52). Sum of RGB (Red+Green+Blue) = 170+121+52=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7934 is #5586CB. Grayscale: #808080. Windows color (decimal): -5605068 or 3439018. OLE color: 3439018.

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

Color convert

RGB17012152-
CMYK00.290.690.33
HSL35.08º53.15%43.53%-
HSV(B)35.08º69.41%66.67%-
XYZ24.0322.476.32-
YUV127.7885.23158.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 52 (20.70% from 255) = 15.16%
R=49.56%
G=35.28%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701215200.290.690.3335.0853.1543.53
HexAA793401D452123352c
Octal2521716403510541436554
Binary1010101011110011101000111011000101100001100011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7934; }

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

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

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

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

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

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

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

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