Html Css Color HEX #AD6A1E Hot Toddy

📋 copy color: '#AD6A1E'

red 173 ◦ green 106 ◦ blue 30

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

Shades of Hot Toddy #AD6A1E

Tints of Hot Toddy #AD6A1E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.3%

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

R = 55.99%
G = 34.3%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD6A1E (or 0xAD6A1E) is known color: Hot Toddy. HEX triplet: AD, 6A and 1E. RGB value is (173,106,30). Sum of RGB (Red+Green+Blue) = 173+106+30=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A1E is #5295E1. Grayscale: #757575. Windows color (decimal): -5412322 or 1993389. OLE color: 1993389.

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

Color convert

RGB 173 106 30 -
CMYK 0 0.39 0.83 0.32
HSL 31.89º 0.7% 0.4% -
HSV(B) 31.89º 0.83% 0.68% -
XYZ 22.62 19.29 3.76 -
YUV 117.37 78.7 167.68 -
System Red Green Blue C M Y K H S L
Decimal 173 106 30 0 0.39 0.83 0.32 31.89 0.7 0.4
Hex AD 6A 1E 0 27 53 20 20 46 28
Octal 255 152 36 0 47 123 40 40 106 50
Binary 10101101 1101010 11110 0 100111 1010011 100000 100000 1000110 101000

Color Harmonies of #AD6A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6A1E

Black with #AD6A1E

Text Example


Text Example

White with #AD6A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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