#AA6C1F

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

Shades of Hot Toddy #AA6C1F

Tints of Hot Toddy #AA6C1F

Color information

#AA6C1F (or 0xAA6C1F) is unknown color: approx Hot Toddy. HEX triplet: AA, 6C and 1F. RGB value is (170,108,31). Sum of RGB (Red+Green+Blue) = 170+108+31=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C1F is #5593E0. Grayscale: #767676. Windows color (decimal): -5608417 or 2059434. OLE color: 2059434.

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

Color convert

RGB17010831-
CMYK00.360.820.33
HSL33.24º69.15%39.41%-
HSV(B)33.24º81.76%66.67%-
XYZ22.1919.373.87-
YUV117.7679.04165.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.02%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 31 (12.5% from 255) = 10.03%
R=55.02%
G=34.95%
B=10.03%

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
Decimal1701083100.360.820.3333.2469.1539.41
HexAA6C1F0245221214527
Octal25215437044122414110547
Binary10101010110110011111010010010100101000011000011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C1F; }

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

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

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

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

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

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

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

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