Html Css Color HEX #AD7116 Hot Toddy

📋 copy color: '#AD7116'

red 173 ◦ green 113 ◦ blue 22

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

Shades of Hot Toddy #AD7116

Tints of Hot Toddy #AD7116

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.69%

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 56.17%
G = 36.69%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD7116 (or 0xAD7116) is known color: Hot Toddy. HEX triplet: AD, 71 and 16. RGB value is (173,113,22). Sum of RGB (Red+Green+Blue) = 173+113+22=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7116 is #528EE9. Grayscale: #787878. Windows color (decimal): -5410538 or 1470893. OLE color: 1470893.

HSL color Cylindrical-coordinate representation of color #AD7116: hue angle of 36.16º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD7116 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 113 22 -
CMYK 0 0.35 0.87 0.32
HSL 36.16º 0.77% 0.38% -
HSV(B) 36.16º 0.87% 0.68% -
XYZ 23.28 20.75 3.54 -
YUV 120.57 72.38 165.4 -
System Red Green Blue C M Y K H S L
Decimal 173 113 22 0 0.35 0.87 0.32 36.16 0.77 0.38
Hex AD 71 16 0 23 57 20 24 4D 26
Octal 255 161 26 0 43 127 40 44 115 46
Binary 10101101 1110001 10110 0 100011 1010111 100000 100100 1001101 100110

Color Harmonies of #AD7116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7116

Black with #AD7116

Text Example


Text Example

White with #AD7116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7116; }

 p { color: rgb(173,113,22); }

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

background-color css

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

 a { background-color: rgb(173,113,22); }

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

border-color css

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

 span { border-color: rgb(173,113,22); }

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