Html Css Color HEX #AD721B Hot Toddy

📋 copy color: '#AD721B'

red 173 ◦ green 114 ◦ blue 27

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

Shades of Hot Toddy #AD721B

Tints of Hot Toddy #AD721B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.6%

R = 55.1%
G = 36.31%
B = 8.6%

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

#AD721B (or 0xAD721B) is known color: Hot Toddy. HEX triplet: AD, 72 and 1B. RGB value is (173,114,27). Sum of RGB (Red+Green+Blue) = 173+114+27=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD721B is #528DE4. Grayscale: #7A7A7A. Windows color (decimal): -5410277 or 1798829. OLE color: 1798829.

HSL color Cylindrical-coordinate representation of color #AD721B: hue angle of 35.75º degrees, saturation: 0.73, 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 #AD721B is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 114 27 -
CMYK 0 0.34 0.84 0.32
HSL 35.75º 0.73% 0.39% -
HSV(B) 35.75º 0.84% 0.68% -
XYZ 23.45 21 3.85 -
YUV 121.72 74.55 164.57 -
System Red Green Blue C M Y K H S L
Decimal 173 114 27 0 0.34 0.84 0.32 35.75 0.73 0.39
Hex AD 72 1B 0 22 54 20 24 49 27
Octal 255 162 33 0 42 124 40 44 111 47
Binary 10101101 1110010 11011 0 100010 1010100 100000 100100 1001001 100111

Color Harmonies of #AD721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD721B

Black with #AD721B

Text Example


Text Example

White with #AD721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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