Html Css Color HEX #AD7418 Hot Toddy

📋 copy color: '#AD7418'

red 173 ◦ green 116 ◦ blue 24

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

Shades of Hot Toddy #AD7418

Tints of Hot Toddy #AD7418

RGB

 RED value IS 173 (67.97% from 255) = 55.27%

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

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

R = 55.27%
G = 37.06%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD7418 (or 0xAD7418) is known color: Hot Toddy. HEX triplet: AD, 74 and 18. RGB value is (173,116,24). Sum of RGB (Red+Green+Blue) = 173+116+24=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7418 is #528BE7. Grayscale: #7A7A7A. Windows color (decimal): -5409768 or 1602733. OLE color: 1602733.

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

Color convert

RGB 173 116 24 -
CMYK 0 0.33 0.86 0.32
HSL 37.05º 0.76% 0.39% -
HSV(B) 37.05º 0.86% 0.68% -
XYZ 23.64 21.44 3.76 -
YUV 122.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 173 116 24 0 0.33 0.86 0.32 37.05 0.76 0.39
Hex AD 74 18 0 21 56 20 25 4C 27
Octal 255 164 30 0 41 126 40 45 114 47
Binary 10101101 1110100 11000 0 100001 1010110 100000 100101 1001100 100111

Color Harmonies of #AD7418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7418

Black with #AD7418

Text Example


Text Example

White with #AD7418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7418; }

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

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

background-color css

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

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

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

border-color css

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

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

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