Html Css Color HEX #AA7120 Hot Toddy

📋 copy color: '#AA7120'

red 170 ◦ green 113 ◦ blue 32

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

Shades of Hot Toddy #AA7120

Tints of Hot Toddy #AA7120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

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

R = 53.97%
G = 35.87%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA7120 (or 0xAA7120) is known color: Hot Toddy. HEX triplet: AA, 71 and 20. RGB value is (170,113,32). Sum of RGB (Red+Green+Blue) = 170+113+32=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7120 is #558EDF. Grayscale: #797979. Windows color (decimal): -5607136 or 2126250. OLE color: 2126250.

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

Color convert

RGB 170 113 32 -
CMYK 0 0.34 0.81 0.33
HSL 35.22º 0.68% 0.4% -
HSV(B) 35.22º 0.81% 0.67% -
XYZ 22.74 20.46 4.12 -
YUV 120.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 170 113 32 0 0.34 0.81 0.33 35.22 0.68 0.4
Hex AA 71 20 0 22 51 21 23 44 28
Octal 252 161 40 0 42 121 41 43 104 50
Binary 10101010 1110001 100000 0 100010 1010001 100001 100011 1000100 101000

Color Harmonies of #AA7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7120

Black with #AA7120

Text Example


Text Example

White with #AA7120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7120; }

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

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

background-color css

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

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

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

border-color css

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

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

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