Html Css Color HEX #AD7018 Hot Toddy

📋 copy color: '#AD7018'

red 173 ◦ green 112 ◦ blue 24

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

Shades of Hot Toddy #AD7018

Tints of Hot Toddy #AD7018

RGB

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

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

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

R = 55.99%
G = 36.25%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD7018 (or 0xAD7018) is known color: Hot Toddy. HEX triplet: AD, 70 and 18. RGB value is (173,112,24). Sum of RGB (Red+Green+Blue) = 173+112+24=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7018 is #528FE7. Grayscale: #787878. Windows color (decimal): -5410792 or 1601709. OLE color: 1601709.

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

Color convert

RGB 173 112 24 -
CMYK 0 0.35 0.86 0.32
HSL 35.44º 0.76% 0.39% -
HSV(B) 35.44º 0.86% 0.68% -
XYZ 23.19 20.54 3.61 -
YUV 120.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 173 112 24 0 0.35 0.86 0.32 35.44 0.76 0.39
Hex AD 70 18 0 23 56 20 23 4C 27
Octal 255 160 30 0 43 126 40 43 114 47
Binary 10101101 1110000 11000 0 100011 1010110 100000 100011 1001100 100111

Color Harmonies of #AD7018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7018

Black with #AD7018

Text Example


Text Example

White with #AD7018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7018; }

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

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

background-color css

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

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

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

border-color css

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

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

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