#AA6C1C

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

Shades of Hot Toddy #AA6C1C

Tints of Hot Toddy #AA6C1C

Color information

#AA6C1C (or 0xAA6C1C) is unknown color: approx Hot Toddy. HEX triplet: AA, 6C and 1C. RGB value is (170,108,28). Sum of RGB (Red+Green+Blue) = 170+108+28=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C1C is #5593E3. Grayscale: #757575. Windows color (decimal): -5608420 or 1862826. OLE color: 1862826.

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

Color convert

RGB17010828-
CMYK00.360.840.33
HSL33.8º71.72%38.82%-
HSV(B)33.8º83.53%66.67%-
XYZ22.1519.363.67-
YUV117.4277.54165.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 108 (42.58% from 255) = 35.29%
BLUE value IS 28 (11.33% from 255) = 9.15%
R=55.56%
G=35.29%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701082800.360.840.3333.871.7238.82
HexAA6C1C0245421224827
Octal25215434044124414211047
Binary10101010110110011100010010010101001000011000101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C1C; }

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

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

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

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

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

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

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

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