Html Css Color HEX #AA7424 Hot Toddy

📋 copy color: '#AA7424'

red 170 ◦ green 116 ◦ blue 36

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

Shades of Hot Toddy #AA7424

Tints of Hot Toddy #AA7424

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

 BLUE value IS 36 (14.45% from 255) = 11.18%

R = 52.8%
G = 36.02%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA7424 (or 0xAA7424) is known color: Hot Toddy. HEX triplet: AA, 74 and 24. RGB value is (170,116,36). Sum of RGB (Red+Green+Blue) = 170+116+36=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7424 is #558BDB. Grayscale: #7B7B7B. Windows color (decimal): -5606364 or 2389162. OLE color: 2389162.

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

Color convert

RGB 170 116 36 -
CMYK 0 0.32 0.79 0.33
HSL 35.82º 0.65% 0.4% -
HSV(B) 35.82º 0.79% 0.67% -
XYZ 23.14 21.16 4.53 -
YUV 123.03 78.89 161.5 -
System Red Green Blue C M Y K H S L
Decimal 170 116 36 0 0.32 0.79 0.33 35.82 0.65 0.4
Hex AA 74 24 0 20 4F 21 24 41 28
Octal 252 164 44 0 40 117 41 44 101 50
Binary 10101010 1110100 100100 0 100000 1001111 100001 100100 1000001 101000

Color Harmonies of #AA7424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7424

Black with #AA7424

Text Example


Text Example

White with #AA7424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7424; }

 p { color: rgb(170,116,36); }

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

background-color css

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

 a { background-color: rgb(170,116,36); }

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

border-color css

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

 span { border-color: rgb(170,116,36); }

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