Html Css Color HEX #AD712B Hot Toddy

📋 copy color: '#AD712B'

red 173 ◦ green 113 ◦ blue 43

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

Shades of Hot Toddy #AD712B

Tints of Hot Toddy #AD712B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.07%

R = 52.58%
G = 34.35%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD712B (or 0xAD712B) is known color: Hot Toddy. HEX triplet: AD, 71 and 2B. RGB value is (173,113,43). Sum of RGB (Red+Green+Blue) = 173+113+43=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD712B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD712B is #528ED4. Grayscale: #7B7B7B. Windows color (decimal): -5410517 or 2847149. OLE color: 2847149.

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

Color convert

RGB 173 113 43 -
CMYK 0 0.35 0.75 0.32
HSL 32.31º 0.6% 0.42% -
HSV(B) 32.31º 0.75% 0.68% -
XYZ 23.57 20.87 5.07 -
YUV 122.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 173 113 43 0 0.35 0.75 0.32 32.31 0.6 0.42
Hex AD 71 2B 0 23 4B 20 20 3C 2A
Octal 255 161 53 0 43 113 40 40 74 52
Binary 10101101 1110001 101011 0 100011 1001011 100000 100000 111100 101010

Color Harmonies of #AD712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD712B

Black with #AD712B

Text Example


Text Example

White with #AD712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD712B; }

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

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

background-color css

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

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

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

border-color css

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

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

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