Html Css Color HEX #AD721C Hot Toddy

📋 copy color: '#AD721C'

red 173 ◦ green 114 ◦ blue 28

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

Shades of Hot Toddy #AD721C

Tints of Hot Toddy #AD721C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 54.92%
G = 36.19%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD721C (or 0xAD721C) is known color: Hot Toddy. HEX triplet: AD, 72 and 1C. RGB value is (173,114,28). Sum of RGB (Red+Green+Blue) = 173+114+28=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD721C is #528DE3. Grayscale: #7A7A7A. Windows color (decimal): -5410276 or 1864365. OLE color: 1864365.

HSL color Cylindrical-coordinate representation of color #AD721C: hue angle of 35.59º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD721C is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 114 28 -
CMYK 0 0.34 0.84 0.32
HSL 35.59º 0.72% 0.39% -
HSV(B) 35.59º 0.84% 0.68% -
XYZ 23.46 21 3.92 -
YUV 121.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 173 114 28 0 0.34 0.84 0.32 35.59 0.72 0.39
Hex AD 72 1C 0 22 54 20 24 48 27
Octal 255 162 34 0 42 124 40 44 110 47
Binary 10101101 1110010 11100 0 100010 1010100 100000 100100 1001000 100111

Color Harmonies of #AD721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD721C

Black with #AD721C

Text Example


Text Example

White with #AD721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD721C; }

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

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

background-color css

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

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

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

border-color css

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

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

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