Html Css Color HEX #AA6C20 Hot Toddy

📋 copy color: '#AA6C20'

red 170 ◦ green 108 ◦ blue 32

#AA6C20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Toddy #AA6C20

Tints of Hot Toddy #AA6C20

RGB

 RED value IS 170 (66.8% from 255) = 54.84%

 GREEN value IS 108 (42.58% from 255) = 34.84%

 BLUE value IS 32 (12.89% from 255) = 10.32%

R = 54.84%
G = 34.84%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA6C20 (or 0xAA6C20) is known color: Hot Toddy. HEX triplet: AA, 6C and 20. RGB value is (170,108,32). Sum of RGB (Red+Green+Blue) = 170+108+32=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C20 is #5593DF. Grayscale: #767676. Windows color (decimal): -5608416 or 2124970. OLE color: 2124970.

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

Color convert

RGB 170 108 32 -
CMYK 0 0.36 0.81 0.33
HSL 33.04º 0.68% 0.4% -
HSV(B) 33.04º 0.81% 0.67% -
XYZ 22.2 19.38 3.94 -
YUV 117.87 79.54 165.18 -
System Red Green Blue C M Y K H S L
Decimal 170 108 32 0 0.36 0.81 0.33 33.04 0.68 0.4
Hex AA 6C 20 0 24 51 21 21 44 28
Octal 252 154 40 0 44 121 41 41 104 50
Binary 10101010 1101100 100000 0 100100 1010001 100001 100001 1000100 101000

Color Harmonies of #AA6C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6C20

Black with #AA6C20

Text Example


Text Example

White with #AA6C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6C20; }

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

 H1.HeaderClassName
 {
   color: #AA6C20;
 }
 .AnyTagClassName
 {
   color: #AA6C20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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