Html Css Color HEX #AD6D1F Hot Toddy

📋 copy color: '#AD6D1F'

red 173 ◦ green 109 ◦ blue 31

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

Shades of Hot Toddy #AD6D1F

Tints of Hot Toddy #AD6D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

 BLUE value IS 31 (12.5% from 255) = 9.9%

R = 55.27%
G = 34.82%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD6D1F (or 0xAD6D1F) is known color: Hot Toddy. HEX triplet: AD, 6D and 1F. RGB value is (173,109,31). Sum of RGB (Red+Green+Blue) = 173+109+31=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D1F is #5292E0. Grayscale: #777777. Windows color (decimal): -5411553 or 2059693. OLE color: 2059693.

HSL color Cylindrical-coordinate representation of color #AD6D1F: hue angle of 32.96º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD6D1F is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 109 31 -
CMYK 0 0.37 0.82 0.32
HSL 32.96º 0.7% 0.4% -
HSV(B) 32.96º 0.82% 0.68% -
XYZ 22.95 19.92 3.93 -
YUV 119.24 78.2 166.34 -
System Red Green Blue C M Y K H S L
Decimal 173 109 31 0 0.37 0.82 0.32 32.96 0.7 0.4
Hex AD 6D 1F 0 25 52 20 21 46 28
Octal 255 155 37 0 45 122 40 41 106 50
Binary 10101101 1101101 11111 0 100101 1010010 100000 100001 1000110 101000

Color Harmonies of #AD6D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D1F

Black with #AD6D1F

Text Example


Text Example

White with #AD6D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D1F; }

 p { color: rgb(173,109,31); }

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

background-color css

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

 a { background-color: rgb(173,109,31); }

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

border-color css

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

 span { border-color: rgb(173,109,31); }

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