#AA762E

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

Shades of Hot Toddy #AA762E

Tints of Hot Toddy #AA762E

Color information

#AA762E (or 0xAA762E) is unknown color: approx Hot Toddy. HEX triplet: AA, 76 and 2E. RGB value is (170,118,46). Sum of RGB (Red+Green+Blue) = 170+118+46=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA762E is #5589D1. Grayscale: #7D7D7D. Windows color (decimal): -5605842 or 3045034. OLE color: 3045034.

HSL color Cylindrical-coordinate representation of color #AA762E: hue angle of 34.84º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA762E is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB17011846-
CMYK00.310.730.33
HSL34.84º57.41%42.35%-
HSV(B)34.84º72.94%66.67%-
XYZ23.5521.75.53-
YUV125.3483.23159.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 46 (18.36% from 255) = 13.77%
R=50.90%
G=35.33%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701184600.310.730.3334.8457.4142.35
HexAA762E01F492123392a
Octal2521665603711141437152
Binary1010101011101101011100111111001001100001100011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA762E; }

 p { color: rgb(170,118,46); }

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

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

 a { background-color: rgb(170,118,46); }

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

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

 span { border-color: rgb(170,118,46); }

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