#AA6F1F

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

Shades of Hot Toddy #AA6F1F

Tints of Hot Toddy #AA6F1F

Color information

#AA6F1F (or 0xAA6F1F) is unknown color: approx Hot Toddy. HEX triplet: AA, 6F and 1F. RGB value is (170,111,31). Sum of RGB (Red+Green+Blue) = 170+111+31=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F1F is #5590E0. Grayscale: #777777. Windows color (decimal): -5607649 or 2060202. OLE color: 2060202.

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

Color convert

RGB17011131-
CMYK00.350.820.33
HSL34.53º69.15%39.41%-
HSV(B)34.53º81.76%66.67%-
XYZ22.5120.013.97-
YUV119.5278.05164-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.49%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 31 (12.5% from 255) = 9.94%
R=54.49%
G=35.58%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701113100.350.820.3334.5369.1539.41
HexAA6F1F0235221234527
Octal25215737043122414310547
Binary10101010110111111111010001110100101000011000111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6F1F; }

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

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

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

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

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

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

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

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