#AA6820

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

Shades of Hot Toddy #AA6820

Tints of Hot Toddy #AA6820

Color information

#AA6820 (or 0xAA6820) is unknown color: approx Hot Toddy. HEX triplet: AA, 68 and 20. RGB value is (170,104,32). Sum of RGB (Red+Green+Blue) = 170+104+32=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6820 is #5597DF. Grayscale: #737373. Windows color (decimal): -5609440 or 2123946. OLE color: 2123946.

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

Color convert

RGB17010432-
CMYK00.390.810.33
HSL31.3º68.32%39.61%-
HSV(B)31.3º81.18%66.67%-
XYZ21.7918.553.8-
YUV115.5380.87166.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 32 (12.89% from 255) = 10.46%
R=55.56%
G=33.99%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701043200.390.810.3331.368.3239.61
HexAA682002751211f4428
Octal25215040047121413710450
Binary10101010110100010000001001111010001100001111111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6820; }

 p { color: rgb(170,104,32); }

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

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

 a { background-color: rgb(170,104,32); }

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

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

 span { border-color: rgb(170,104,32); }

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