Html Css Color HEX #AD7C2A Hot Toddy

📋 copy color: '#AD7C2A'

red 173 ◦ green 124 ◦ blue 42

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

Shades of Hot Toddy #AD7C2A

Tints of Hot Toddy #AD7C2A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.58%

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

R = 51.03%
G = 36.58%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD7C2A (or 0xAD7C2A) is known color: Hot Toddy. HEX triplet: AD, 7C and 2A. RGB value is (173,124,42). Sum of RGB (Red+Green+Blue) = 173+124+42=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7C2A is #5283D5. Grayscale: #818181. Windows color (decimal): -5407702 or 2784429. OLE color: 2784429.

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

Color convert

RGB 173 124 42 -
CMYK 0 0.28 0.76 0.32
HSL 37.56º 0.61% 0.42% -
HSV(B) 37.56º 0.76% 0.68% -
XYZ 24.86 23.47 5.41 -
YUV 129.3 78.73 159.17 -
System Red Green Blue C M Y K H S L
Decimal 173 124 42 0 0.28 0.76 0.32 37.56 0.61 0.42
Hex AD 7C 2A 0 1C 4C 20 26 3D 2A
Octal 255 174 52 0 34 114 40 46 75 52
Binary 10101101 1111100 101010 0 11100 1001100 100000 100110 111101 101010

Color Harmonies of #AD7C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C2A

Black with #AD7C2A

Text Example


Text Example

White with #AD7C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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