Html Css Color HEX #AD7218 Hot Toddy

📋 copy color: '#AD7218'

red 173 ◦ green 114 ◦ blue 24

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

Shades of Hot Toddy #AD7218

Tints of Hot Toddy #AD7218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.66%

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

R = 55.63%
G = 36.66%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD7218 (or 0xAD7218) is known color: Hot Toddy. HEX triplet: AD, 72 and 18. RGB value is (173,114,24). Sum of RGB (Red+Green+Blue) = 173+114+24=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7218 is #528DE7. Grayscale: #797979. Windows color (decimal): -5410280 or 1602221. OLE color: 1602221.

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

Color convert

RGB 173 114 24 -
CMYK 0 0.34 0.86 0.32
HSL 36.24º 0.76% 0.39% -
HSV(B) 36.24º 0.86% 0.68% -
XYZ 23.42 20.98 3.68 -
YUV 121.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 173 114 24 0 0.34 0.86 0.32 36.24 0.76 0.39
Hex AD 72 18 0 22 56 20 24 4C 27
Octal 255 162 30 0 42 126 40 44 114 47
Binary 10101101 1110010 11000 0 100010 1010110 100000 100100 1001100 100111

Color Harmonies of #AD7218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7218

Black with #AD7218

Text Example


Text Example

White with #AD7218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7218; }

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

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

background-color css

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

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

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

border-color css

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

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

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