Html Css Color HEX #AA7122 Hot Toddy

📋 copy color: '#AA7122'

red 170 ◦ green 113 ◦ blue 34

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

Shades of Hot Toddy #AA7122

Tints of Hot Toddy #AA7122

RGB

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

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

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

R = 53.63%
G = 35.65%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA7122 (or 0xAA7122) is known color: Hot Toddy. HEX triplet: AA, 71 and 22. RGB value is (170,113,34). Sum of RGB (Red+Green+Blue) = 170+113+34=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7122 is #558EDD. Grayscale: #797979. Windows color (decimal): -5607134 or 2257322. OLE color: 2257322.

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

Color convert

RGB 170 113 34 -
CMYK 0 0.34 0.80 0.33
HSL 34.85º 0.67% 0.4% -
HSV(B) 34.85º 0.8% 0.67% -
XYZ 22.77 20.47 4.26 -
YUV 121.04 78.88 162.92 -
System Red Green Blue C M Y K H S L
Decimal 170 113 34 0 0.34 0.80 0.33 34.85 0.67 0.4
Hex AA 71 22 0 22 50 21 23 43 28
Octal 252 161 42 0 42 120 41 43 103 50
Binary 10101010 1110001 100010 0 100010 1010000 100001 100011 1000011 101000

Color Harmonies of #AA7122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7122

Black with #AA7122

Text Example


Text Example

White with #AA7122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7122; }

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

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

background-color css

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

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

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

border-color css

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

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

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