Html Css Color HEX #AA7024 Hot Toddy

📋 copy color: '#AA7024'

red 170 ◦ green 112 ◦ blue 36

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

Shades of Hot Toddy #AA7024

Tints of Hot Toddy #AA7024

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.22%

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

R = 53.46%
G = 35.22%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA7024 (or 0xAA7024) is known color: Hot Toddy. HEX triplet: AA, 70 and 24. RGB value is (170,112,36). Sum of RGB (Red+Green+Blue) = 170+112+36=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7024 is #558FDB. Grayscale: #797979. Windows color (decimal): -5607388 or 2388138. OLE color: 2388138.

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

Color convert

RGB 170 112 36 -
CMYK 0 0.34 0.79 0.33
HSL 34.03º 0.65% 0.4% -
HSV(B) 34.03º 0.79% 0.67% -
XYZ 22.69 20.26 4.38 -
YUV 120.68 80.22 163.18 -
System Red Green Blue C M Y K H S L
Decimal 170 112 36 0 0.34 0.79 0.33 34.03 0.65 0.4
Hex AA 70 24 0 22 4F 21 22 41 28
Octal 252 160 44 0 42 117 41 42 101 50
Binary 10101010 1110000 100100 0 100010 1001111 100001 100010 1000001 101000

Color Harmonies of #AA7024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7024

Black with #AA7024

Text Example


Text Example

White with #AA7024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7024; }

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

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

background-color css

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

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

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

border-color css

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

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

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