Html Css Color HEX #AD712A Hot Toddy

📋 copy color: '#AD712A'

red 173 ◦ green 113 ◦ blue 42

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

Shades of Hot Toddy #AD712A

Tints of Hot Toddy #AD712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.8%

R = 52.74%
G = 34.45%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD712A (or 0xAD712A) is known color: Hot Toddy. HEX triplet: AD, 71 and 2A. RGB value is (173,113,42). Sum of RGB (Red+Green+Blue) = 173+113+42=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD712A is #528ED5. Grayscale: #7B7B7B. Windows color (decimal): -5410518 or 2781613. OLE color: 2781613.

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

Color convert

RGB 173 113 42 -
CMYK 0 0.35 0.76 0.32
HSL 32.52º 0.61% 0.42% -
HSV(B) 32.52º 0.76% 0.68% -
XYZ 23.56 20.86 4.98 -
YUV 122.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 173 113 42 0 0.35 0.76 0.32 32.52 0.61 0.42
Hex AD 71 2A 0 23 4C 20 21 3D 2A
Octal 255 161 52 0 43 114 40 41 75 52
Binary 10101101 1110001 101010 0 100011 1001100 100000 100001 111101 101010

Color Harmonies of #AD712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD712A

Black with #AD712A

Text Example


Text Example

White with #AD712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD712A; }

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

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

background-color css

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

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

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

border-color css

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

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

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