Html Css Color HEX #AA7618 Hot Toddy

📋 copy color: '#AA7618'

red 170 ◦ green 118 ◦ blue 24

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

Shades of Hot Toddy #AA7618

Tints of Hot Toddy #AA7618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

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

R = 54.49%
G = 37.82%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA7618 (or 0xAA7618) is known color: Hot Toddy. HEX triplet: AA, 76 and 18. RGB value is (170,118,24). Sum of RGB (Red+Green+Blue) = 170+118+24=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7618 is #5589E7. Grayscale: #7B7B7B. Windows color (decimal): -5605864 or 1603242. OLE color: 1603242.

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

Color convert

RGB 170 118 24 -
CMYK 0 0.31 0.86 0.33
HSL 38.63º 0.75% 0.38% -
HSV(B) 38.63º 0.86% 0.67% -
XYZ 23.22 21.57 3.8 -
YUV 122.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 170 118 24 0 0.31 0.86 0.33 38.63 0.75 0.38
Hex AA 76 18 0 1F 56 21 27 4B 26
Octal 252 166 30 0 37 126 41 47 113 46
Binary 10101010 1110110 11000 0 11111 1010110 100001 100111 1001011 100110

Color Harmonies of #AA7618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7618

Black with #AA7618

Text Example


Text Example

White with #AA7618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7618; }

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

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

background-color css

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

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

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

border-color css

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

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

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