Html Css Color HEX #AD701B Hot Toddy

📋 copy color: '#AD701B'

red 173 ◦ green 112 ◦ blue 27

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

Shades of Hot Toddy #AD701B

Tints of Hot Toddy #AD701B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.9%

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

R = 55.45%
G = 35.9%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD701B (or 0xAD701B) is known color: Hot Toddy. HEX triplet: AD, 70 and 1B. RGB value is (173,112,27). Sum of RGB (Red+Green+Blue) = 173+112+27=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD701B is #528FE4. Grayscale: #787878. Windows color (decimal): -5410789 or 1798317. OLE color: 1798317.

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

Color convert

RGB 173 112 27 -
CMYK 0 0.35 0.84 0.32
HSL 34.93º 0.73% 0.39% -
HSV(B) 34.93º 0.84% 0.68% -
XYZ 23.23 20.55 3.78 -
YUV 120.55 75.21 165.41 -
System Red Green Blue C M Y K H S L
Decimal 173 112 27 0 0.35 0.84 0.32 34.93 0.73 0.39
Hex AD 70 1B 0 23 54 20 23 49 27
Octal 255 160 33 0 43 124 40 43 111 47
Binary 10101101 1110000 11011 0 100011 1010100 100000 100011 1001001 100111

Color Harmonies of #AD701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD701B

Black with #AD701B

Text Example


Text Example

White with #AD701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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