Html Css Color HEX #AD7121 Hot Toddy

📋 copy color: '#AD7121'

red 173 ◦ green 113 ◦ blue 33

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

Shades of Hot Toddy #AD7121

Tints of Hot Toddy #AD7121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.34%

R = 54.23%
G = 35.42%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD7121 (or 0xAD7121) is known color: Hot Toddy. HEX triplet: AD, 71 and 21. RGB value is (173,113,33). Sum of RGB (Red+Green+Blue) = 173+113+33=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7121 is #528EDE. Grayscale: #7A7A7A. Windows color (decimal): -5410527 or 2191789. OLE color: 2191789.

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

Color convert

RGB 173 113 33 -
CMYK 0 0.35 0.81 0.32
HSL 34.29º 0.68% 0.4% -
HSV(B) 34.29º 0.81% 0.68% -
XYZ 23.41 20.8 4.22 -
YUV 121.82 77.88 164.5 -
System Red Green Blue C M Y K H S L
Decimal 173 113 33 0 0.35 0.81 0.32 34.29 0.68 0.4
Hex AD 71 21 0 23 51 20 22 44 28
Octal 255 161 41 0 43 121 40 42 104 50
Binary 10101101 1110001 100001 0 100011 1010001 100000 100010 1000100 101000

Color Harmonies of #AD7121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7121

Black with #AD7121

Text Example


Text Example

White with #AD7121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7121; }

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

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

background-color css

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

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

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

border-color css

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

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

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