Html Css Color HEX #AD6D1E Hot Toddy

📋 copy color: '#AD6D1E'

red 173 ◦ green 109 ◦ blue 30

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

Shades of Hot Toddy #AD6D1E

Tints of Hot Toddy #AD6D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.62%

R = 55.45%
G = 34.94%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD6D1E (or 0xAD6D1E) is known color: Hot Toddy. HEX triplet: AD, 6D and 1E. RGB value is (173,109,30). Sum of RGB (Red+Green+Blue) = 173+109+30=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D1E is #5292E1. Grayscale: #777777. Windows color (decimal): -5411554 or 1994157. OLE color: 1994157.

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

Color convert

RGB 173 109 30 -
CMYK 0 0.37 0.83 0.32
HSL 33.15º 0.7% 0.4% -
HSV(B) 33.15º 0.83% 0.68% -
XYZ 22.94 19.92 3.86 -
YUV 119.13 77.7 166.42 -
System Red Green Blue C M Y K H S L
Decimal 173 109 30 0 0.37 0.83 0.32 33.15 0.7 0.4
Hex AD 6D 1E 0 25 53 20 21 46 28
Octal 255 155 36 0 45 123 40 41 106 50
Binary 10101101 1101101 11110 0 100101 1010011 100000 100001 1000110 101000

Color Harmonies of #AD6D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D1E

Black with #AD6D1E

Text Example


Text Example

White with #AD6D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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