Html Css Color HEX #AD722B Hot Toddy

📋 copy color: '#AD722B'

red 173 ◦ green 114 ◦ blue 43

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

Shades of Hot Toddy #AD722B

Tints of Hot Toddy #AD722B

RGB

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

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

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

R = 52.42%
G = 34.55%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD722B (or 0xAD722B) is known color: Hot Toddy. HEX triplet: AD, 72 and 2B. RGB value is (173,114,43). Sum of RGB (Red+Green+Blue) = 173+114+43=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD722B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD722B is #528DD4. Grayscale: #7B7B7B. Windows color (decimal): -5410261 or 2847405. OLE color: 2847405.

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

Color convert

RGB 173 114 43 -
CMYK 0 0.34 0.75 0.32
HSL 32.77º 0.6% 0.42% -
HSV(B) 32.77º 0.75% 0.68% -
XYZ 23.69 21.09 5.11 -
YUV 123.55 82.55 163.27 -
System Red Green Blue C M Y K H S L
Decimal 173 114 43 0 0.34 0.75 0.32 32.77 0.6 0.42
Hex AD 72 2B 0 22 4B 20 21 3C 2A
Octal 255 162 53 0 42 113 40 41 74 52
Binary 10101101 1110010 101011 0 100010 1001011 100000 100001 111100 101010

Color Harmonies of #AD722B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD722B

Black with #AD722B

Text Example


Text Example

White with #AD722B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD722B; }

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

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

background-color css

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

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

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

border-color css

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

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

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