Html Css Color HEX #AD7C28 Hot Toddy

📋 copy color: '#AD7C28'

red 173 ◦ green 124 ◦ blue 40

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

Shades of Hot Toddy #AD7C28

Tints of Hot Toddy #AD7C28

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.8%

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

R = 51.34%
G = 36.8%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD7C28 (or 0xAD7C28) is known color: Hot Toddy. HEX triplet: AD, 7C and 28. RGB value is (173,124,40). Sum of RGB (Red+Green+Blue) = 173+124+40=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7C28 is #5283D7. Grayscale: #818181. Windows color (decimal): -5407704 or 2653357. OLE color: 2653357.

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

Color convert

RGB 173 124 40 -
CMYK 0 0.28 0.77 0.32
HSL 37.89º 0.62% 0.42% -
HSV(B) 37.89º 0.77% 0.68% -
XYZ 24.82 23.45 5.23 -
YUV 129.08 77.73 159.33 -
System Red Green Blue C M Y K H S L
Decimal 173 124 40 0 0.28 0.77 0.32 37.89 0.62 0.42
Hex AD 7C 28 0 1C 4D 20 26 3E 2A
Octal 255 174 50 0 34 115 40 46 76 52
Binary 10101101 1111100 101000 0 11100 1001101 100000 100110 111110 101010

Color Harmonies of #AD7C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C28

Black with #AD7C28

Text Example


Text Example

White with #AD7C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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