Html Css Color HEX #AD7429 Hot Toddy

📋 copy color: '#AD7429'

red 173 ◦ green 116 ◦ blue 41

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

Shades of Hot Toddy #AD7429

Tints of Hot Toddy #AD7429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.15%

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

R = 52.42%
G = 35.15%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD7429 (or 0xAD7429) is known color: Hot Toddy. HEX triplet: AD, 74 and 29. RGB value is (173,116,41). Sum of RGB (Red+Green+Blue) = 173+116+41=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7429 is #528BD6. Grayscale: #7C7C7C. Windows color (decimal): -5409751 or 2716845. OLE color: 2716845.

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

Color convert

RGB 173 116 41 -
CMYK 0 0.33 0.76 0.32
HSL 34.09º 0.62% 0.42% -
HSV(B) 34.09º 0.76% 0.68% -
XYZ 23.88 21.54 5 -
YUV 124.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 173 116 41 0 0.33 0.76 0.32 34.09 0.62 0.42
Hex AD 74 29 0 21 4C 20 22 3E 2A
Octal 255 164 51 0 41 114 40 42 76 52
Binary 10101101 1110100 101001 0 100001 1001100 100000 100010 111110 101010

Color Harmonies of #AD7429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7429

Black with #AD7429

Text Example


Text Example

White with #AD7429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7429; }

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

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

background-color css

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

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

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

border-color css

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

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

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