#AA762F

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

Shades of Hot Toddy #AA762F

Tints of Hot Toddy #AA762F

Color information

#AA762F (or 0xAA762F) is unknown color: approx Hot Toddy. HEX triplet: AA, 76 and 2F. RGB value is (170,118,47). Sum of RGB (Red+Green+Blue) = 170+118+47=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA762F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA762F is #5589D0. Grayscale: #7D7D7D. Windows color (decimal): -5605841 or 3110570. OLE color: 3110570.

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

Color convert

RGB17011847-
CMYK00.310.720.33
HSL34.63º56.68%42.55%-
HSV(B)34.63º72.35%66.67%-
XYZ23.5721.715.64-
YUV125.4583.73159.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 47 (18.75% from 255) = 14.03%
R=50.75%
G=35.22%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701184700.310.720.3334.6356.6842.55
HexAA762F01F482123392b
Octal2521665703711041437153
Binary1010101011101101011110111111001000100001100011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA762F; }

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

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

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

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

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

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

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

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