Html Css Color HEX #AD7120 Hot Toddy

📋 copy color: '#AD7120'

red 173 ◦ green 113 ◦ blue 32

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

Shades of Hot Toddy #AD7120

Tints of Hot Toddy #AD7120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.06%

R = 54.4%
G = 35.53%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD7120 (or 0xAD7120) is known color: Hot Toddy. HEX triplet: AD, 71 and 20. RGB value is (173,113,32). Sum of RGB (Red+Green+Blue) = 173+113+32=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7120 is #528EDF. Grayscale: #7A7A7A. Windows color (decimal): -5410528 or 2126253. OLE color: 2126253.

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

Color convert

RGB 173 113 32 -
CMYK 0 0.35 0.82 0.32
HSL 34.47º 0.69% 0.4% -
HSV(B) 34.47º 0.82% 0.68% -
XYZ 23.4 20.8 4.15 -
YUV 121.71 77.38 164.59 -
System Red Green Blue C M Y K H S L
Decimal 173 113 32 0 0.35 0.82 0.32 34.47 0.69 0.4
Hex AD 71 20 0 23 52 20 22 45 28
Octal 255 161 40 0 43 122 40 42 105 50
Binary 10101101 1110001 100000 0 100011 1010010 100000 100010 1000101 101000

Color Harmonies of #AD7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7120

Black with #AD7120

Text Example


Text Example

White with #AD7120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7120; }

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

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

background-color css

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

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

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

border-color css

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

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

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