Html Css Color HEX #AD6C1C Hot Toddy

📋 copy color: '#AD6C1C'

red 173 ◦ green 108 ◦ blue 28

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

Shades of Hot Toddy #AD6C1C

Tints of Hot Toddy #AD6C1C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.95%

 BLUE value IS 28 (11.33% from 255) = 9.06%

R = 55.99%
G = 34.95%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD6C1C (or 0xAD6C1C) is known color: Hot Toddy. HEX triplet: AD, 6C and 1C. RGB value is (173,108,28). Sum of RGB (Red+Green+Blue) = 173+108+28=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6C1C is #5293E3. Grayscale: #767676. Windows color (decimal): -5411812 or 1862829. OLE color: 1862829.

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

Color convert

RGB 173 108 28 -
CMYK 0 0.38 0.84 0.32
HSL 33.1º 0.72% 0.39% -
HSV(B) 33.1º 0.84% 0.68% -
XYZ 22.81 19.69 3.7 -
YUV 118.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 173 108 28 0 0.38 0.84 0.32 33.1 0.72 0.39
Hex AD 6C 1C 0 26 54 20 21 48 27
Octal 255 154 34 0 46 124 40 41 110 47
Binary 10101101 1101100 11100 0 100110 1010100 100000 100001 1001000 100111

Color Harmonies of #AD6C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6C1C

Black with #AD6C1C

Text Example


Text Example

White with #AD6C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6C1C; }

 p { color: rgb(173,108,28); }

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

background-color css

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

 a { background-color: rgb(173,108,28); }

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

border-color css

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

 span { border-color: rgb(173,108,28); }

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