Html Css Color HEX #AD7428 Hot Toddy

📋 copy color: '#AD7428'

red 173 ◦ green 116 ◦ blue 40

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

Shades of Hot Toddy #AD7428

Tints of Hot Toddy #AD7428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.16%

R = 52.58%
G = 35.26%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD7428 (or 0xAD7428) is known color: Hot Toddy. HEX triplet: AD, 74 and 28. RGB value is (173,116,40). Sum of RGB (Red+Green+Blue) = 173+116+40=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7428 is #528BD7. Grayscale: #7C7C7C. Windows color (decimal): -5409752 or 2651309. OLE color: 2651309.

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

Color convert

RGB 173 116 40 -
CMYK 0 0.33 0.77 0.32
HSL 34.29º 0.62% 0.42% -
HSV(B) 34.29º 0.77% 0.68% -
XYZ 23.86 21.53 4.91 -
YUV 124.38 80.38 162.68 -
System Red Green Blue C M Y K H S L
Decimal 173 116 40 0 0.33 0.77 0.32 34.29 0.62 0.42
Hex AD 74 28 0 21 4D 20 22 3E 2A
Octal 255 164 50 0 41 115 40 42 76 52
Binary 10101101 1110100 101000 0 100001 1001101 100000 100010 111110 101010

Color Harmonies of #AD7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7428

Black with #AD7428

Text Example


Text Example

White with #AD7428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7428; }

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

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

background-color css

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

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

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

border-color css

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

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

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