#AA6D1F

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

Shades of Hot Toddy #AA6D1F

Tints of Hot Toddy #AA6D1F

Color information

#AA6D1F (or 0xAA6D1F) is unknown color: approx Hot Toddy. HEX triplet: AA, 6D and 1F. RGB value is (170,109,31). Sum of RGB (Red+Green+Blue) = 170+109+31=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D1F is #5592E0. Grayscale: #767676. Windows color (decimal): -5608161 or 2059690. OLE color: 2059690.

HSL color Cylindrical-coordinate representation of color #AA6D1F: hue angle of 33.67º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA6D1F is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17010931-
CMYK00.360.820.33
HSL33.67º69.15%39.41%-
HSV(B)33.67º81.76%66.67%-
XYZ22.2919.583.9-
YUV118.3578.71164.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.84%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 31 (12.5% from 255) = 10%
R=54.84%
G=35.16%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701093100.360.820.3333.6769.1539.41
HexAA6D1F0245221224527
Octal25215537044122414210547
Binary10101010110110111111010010010100101000011000101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D1F; }

 p { color: rgb(170,109,31); }

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

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

 a { background-color: rgb(170,109,31); }

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

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

 span { border-color: rgb(170,109,31); }

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