Html Css Color HEX #AD7D1F Hot Toddy

📋 copy color: '#AD7D1F'

red 173 ◦ green 125 ◦ blue 31

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

Shades of Hot Toddy #AD7D1F

Tints of Hot Toddy #AD7D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.99%

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

R = 52.58%
G = 37.99%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD7D1F (or 0xAD7D1F) is known color: Hot Toddy. HEX triplet: AD, 7D and 1F. RGB value is (173,125,31). Sum of RGB (Red+Green+Blue) = 173+125+31=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D1F is #5282E0. Grayscale: #818181. Windows color (decimal): -5407457 or 2063789. OLE color: 2063789.

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

Color convert

RGB 173 125 31 -
CMYK 0 0.28 0.82 0.32
HSL 39.72º 0.7% 0.4% -
HSV(B) 39.72º 0.82% 0.68% -
XYZ 24.81 23.65 4.55 -
YUV 128.64 72.9 159.64 -
System Red Green Blue C M Y K H S L
Decimal 173 125 31 0 0.28 0.82 0.32 39.72 0.7 0.4
Hex AD 7D 1F 0 1C 52 20 28 46 28
Octal 255 175 37 0 34 122 40 50 106 50
Binary 10101101 1111101 11111 0 11100 1010010 100000 101000 1000110 101000

Color Harmonies of #AD7D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D1F

Black with #AD7D1F

Text Example


Text Example

White with #AD7D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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