Html Css Color HEX #AD7029 Hot Toddy

📋 copy color: '#AD7029'

red 173 ◦ green 112 ◦ blue 41

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

Shades of Hot Toddy #AD7029

Tints of Hot Toddy #AD7029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.36%

 BLUE value IS 41 (16.41% from 255) = 12.58%

R = 53.07%
G = 34.36%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD7029 (or 0xAD7029) is known color: Hot Toddy. HEX triplet: AD, 70 and 29. RGB value is (173,112,41). Sum of RGB (Red+Green+Blue) = 173+112+41=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7029 is #528FD6. Grayscale: #7A7A7A. Windows color (decimal): -5410775 or 2715821. OLE color: 2715821.

HSL color Cylindrical-coordinate representation of color #AD7029: hue angle of 32.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD7029 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 112 41 -
CMYK 0 0.35 0.76 0.32
HSL 32.27º 0.62% 0.42% -
HSV(B) 32.27º 0.76% 0.68% -
XYZ 23.43 20.63 4.85 -
YUV 122.15 82.21 164.27 -
System Red Green Blue C M Y K H S L
Decimal 173 112 41 0 0.35 0.76 0.32 32.27 0.62 0.42
Hex AD 70 29 0 23 4C 20 20 3E 2A
Octal 255 160 51 0 43 114 40 40 76 52
Binary 10101101 1110000 101001 0 100011 1001100 100000 100000 111110 101010

Color Harmonies of #AD7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7029

Black with #AD7029

Text Example


Text Example

White with #AD7029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7029; }

 p { color: rgb(173,112,41); }

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

background-color css

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

 a { background-color: rgb(173,112,41); }

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

border-color css

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

 span { border-color: rgb(173,112,41); }

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