Html Css Color HEX #AD7416 Hot Toddy

📋 copy color: '#AD7416'

red 173 ◦ green 116 ◦ blue 22

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

Shades of Hot Toddy #AD7416

Tints of Hot Toddy #AD7416

RGB

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

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

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

R = 55.63%
G = 37.3%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD7416 (or 0xAD7416) is known color: Hot Toddy. HEX triplet: AD, 74 and 16. RGB value is (173,116,22). Sum of RGB (Red+Green+Blue) = 173+116+22=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7416 is #528BE9. Grayscale: #7A7A7A. Windows color (decimal): -5409770 or 1471661. OLE color: 1471661.

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

Color convert

RGB 173 116 22 -
CMYK 0 0.33 0.87 0.32
HSL 37.35º 0.77% 0.38% -
HSV(B) 37.35º 0.87% 0.68% -
XYZ 23.62 21.43 3.65 -
YUV 122.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 173 116 22 0 0.33 0.87 0.32 37.35 0.77 0.38
Hex AD 74 16 0 21 57 20 25 4D 26
Octal 255 164 26 0 41 127 40 45 115 46
Binary 10101101 1110100 10110 0 100001 1010111 100000 100101 1001101 100110

Color Harmonies of #AD7416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7416

Black with #AD7416

Text Example


Text Example

White with #AD7416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7416; }

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

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

background-color css

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

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

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

border-color css

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

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

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