Html Css Color HEX #AA7418 Hot Toddy

📋 copy color: '#AA7418'

red 170 ◦ green 116 ◦ blue 24

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

Shades of Hot Toddy #AA7418

Tints of Hot Toddy #AA7418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.74%

R = 54.84%
G = 37.42%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA7418 (or 0xAA7418) is known color: Hot Toddy. HEX triplet: AA, 74 and 18. RGB value is (170,116,24). Sum of RGB (Red+Green+Blue) = 170+116+24=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7418 is #558BE7. Grayscale: #7A7A7A. Windows color (decimal): -5606376 or 1602730. OLE color: 1602730.

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

Color convert

RGB 170 116 24 -
CMYK 0 0.32 0.86 0.33
HSL 37.81º 0.75% 0.38% -
HSV(B) 37.81º 0.86% 0.67% -
XYZ 22.99 21.1 3.73 -
YUV 121.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 170 116 24 0 0.32 0.86 0.33 37.81 0.75 0.38
Hex AA 74 18 0 20 56 21 26 4B 26
Octal 252 164 30 0 40 126 41 46 113 46
Binary 10101010 1110100 11000 0 100000 1010110 100001 100110 1001011 100110

Color Harmonies of #AA7418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7418

Black with #AA7418

Text Example


Text Example

White with #AA7418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7418; }

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

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

background-color css

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

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

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

border-color css

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

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

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