Html Css Color HEX #AD7425 Hot Toddy

📋 copy color: '#AD7425'

red 173 ◦ green 116 ◦ blue 37

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

Shades of Hot Toddy #AD7425

Tints of Hot Toddy #AD7425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.35%

R = 53.07%
G = 35.58%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD7425 (or 0xAD7425) is known color: Hot Toddy. HEX triplet: AD, 74 and 25. RGB value is (173,116,37). Sum of RGB (Red+Green+Blue) = 173+116+37=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7425 is #528BDA. Grayscale: #7C7C7C. Windows color (decimal): -5409755 or 2454701. OLE color: 2454701.

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

Color convert

RGB 173 116 37 -
CMYK 0 0.33 0.79 0.32
HSL 34.85º 0.65% 0.41% -
HSV(B) 34.85º 0.79% 0.68% -
XYZ 23.81 21.51 4.65 -
YUV 124.04 78.88 162.92 -
System Red Green Blue C M Y K H S L
Decimal 173 116 37 0 0.33 0.79 0.32 34.85 0.65 0.41
Hex AD 74 25 0 21 4F 20 23 41 29
Octal 255 164 45 0 41 117 40 43 101 51
Binary 10101101 1110100 100101 0 100001 1001111 100000 100011 1000001 101001

Color Harmonies of #AD7425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7425

Black with #AD7425

Text Example


Text Example

White with #AD7425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7425; }

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

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

background-color css

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

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

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

border-color css

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

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

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