Html Css Color HEX #AA6D21 Hot Toddy

📋 copy color: '#AA6D21'

red 170 ◦ green 109 ◦ blue 33

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

Shades of Hot Toddy #AA6D21

Tints of Hot Toddy #AA6D21

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.94%

 BLUE value IS 33 (13.28% from 255) = 10.58%

R = 54.49%
G = 34.94%
B = 10.58%

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

#AA6D21 (or 0xAA6D21) is known color: Hot Toddy. HEX triplet: AA, 6D and 21. RGB value is (170,109,33). Sum of RGB (Red+Green+Blue) = 170+109+33=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D21 is #5592DE. Grayscale: #767676. Windows color (decimal): -5608159 or 2190762. OLE color: 2190762.

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

Color convert

RGB 170 109 33 -
CMYK 0 0.36 0.81 0.33
HSL 33.28º 0.67% 0.4% -
HSV(B) 33.28º 0.81% 0.67% -
XYZ 22.32 19.59 4.04 -
YUV 118.58 79.71 164.68 -
System Red Green Blue C M Y K H S L
Decimal 170 109 33 0 0.36 0.81 0.33 33.28 0.67 0.4
Hex AA 6D 21 0 24 51 21 21 43 28
Octal 252 155 41 0 44 121 41 41 103 50
Binary 10101010 1101101 100001 0 100100 1010001 100001 100001 1000011 101000

Color Harmonies of #AA6D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D21

Black with #AA6D21

Text Example


Text Example

White with #AA6D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D21; }

 p { color: rgb(170,109,33); }

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

background-color css

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

 a { background-color: rgb(170,109,33); }

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

border-color css

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

 span { border-color: rgb(170,109,33); }

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