Html Css Color HEX #AA6D22 Hot Toddy

📋 copy color: '#AA6D22'

red 170 ◦ green 109 ◦ blue 34

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

Shades of Hot Toddy #AA6D22

Tints of Hot Toddy #AA6D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.86%

R = 54.31%
G = 34.82%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA6D22 (or 0xAA6D22) is known color: Hot Toddy. HEX triplet: AA, 6D and 22. RGB value is (170,109,34). Sum of RGB (Red+Green+Blue) = 170+109+34=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D22 is #5592DD. Grayscale: #777777. Windows color (decimal): -5608158 or 2256298. OLE color: 2256298.

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

Color convert

RGB 170 109 34 -
CMYK 0 0.36 0.80 0.33
HSL 33.09º 0.67% 0.4% -
HSV(B) 33.09º 0.8% 0.67% -
XYZ 22.33 19.6 4.12 -
YUV 118.69 80.21 164.6 -
System Red Green Blue C M Y K H S L
Decimal 170 109 34 0 0.36 0.80 0.33 33.09 0.67 0.4
Hex AA 6D 22 0 24 50 21 21 43 28
Octal 252 155 42 0 44 120 41 41 103 50
Binary 10101010 1101101 100010 0 100100 1010000 100001 100001 1000011 101000

Color Harmonies of #AA6D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D22

Black with #AA6D22

Text Example


Text Example

White with #AA6D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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