Html Css Color HEX #AA7121 Hot Toddy

📋 copy color: '#AA7121'

red 170 ◦ green 113 ◦ blue 33

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

Shades of Hot Toddy #AA7121

Tints of Hot Toddy #AA7121

RGB

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

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

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

R = 53.8%
G = 35.76%
B = 10.44%

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

#AA7121 (or 0xAA7121) is known color: Hot Toddy. HEX triplet: AA, 71 and 21. RGB value is (170,113,33). Sum of RGB (Red+Green+Blue) = 170+113+33=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7121 is #558EDE. Grayscale: #797979. Windows color (decimal): -5607135 or 2191786. OLE color: 2191786.

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

Color convert

RGB 170 113 33 -
CMYK 0 0.34 0.81 0.33
HSL 35.04º 0.67% 0.4% -
HSV(B) 35.04º 0.81% 0.67% -
XYZ 22.76 20.47 4.19 -
YUV 120.92 78.38 163 -
System Red Green Blue C M Y K H S L
Decimal 170 113 33 0 0.34 0.81 0.33 35.04 0.67 0.4
Hex AA 71 21 0 22 51 21 23 43 28
Octal 252 161 41 0 42 121 41 43 103 50
Binary 10101010 1110001 100001 0 100010 1010001 100001 100011 1000011 101000

Color Harmonies of #AA7121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7121

Black with #AA7121

Text Example


Text Example

White with #AA7121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7121; }

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

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

background-color css

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

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

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

border-color css

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

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

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