Html Css Color HEX #AD7426 Hot Toddy

📋 copy color: '#AD7426'

red 173 ◦ green 116 ◦ blue 38

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

Shades of Hot Toddy #AD7426

Tints of Hot Toddy #AD7426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.62%

R = 52.91%
G = 35.47%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD7426 (or 0xAD7426) is known color: Hot Toddy. HEX triplet: AD, 74 and 26. RGB value is (173,116,38). Sum of RGB (Red+Green+Blue) = 173+116+38=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7426 is #528BD9. Grayscale: #7C7C7C. Windows color (decimal): -5409754 or 2520237. OLE color: 2520237.

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

Color convert

RGB 173 116 38 -
CMYK 0 0.33 0.78 0.32
HSL 34.67º 0.64% 0.41% -
HSV(B) 34.67º 0.78% 0.68% -
XYZ 23.83 21.51 4.73 -
YUV 124.15 79.38 162.84 -
System Red Green Blue C M Y K H S L
Decimal 173 116 38 0 0.33 0.78 0.32 34.67 0.64 0.41
Hex AD 74 26 0 21 4E 20 23 40 29
Octal 255 164 46 0 41 116 40 43 100 51
Binary 10101101 1110100 100110 0 100001 1001110 100000 100011 1000000 101001

Color Harmonies of #AD7426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7426

Black with #AD7426

Text Example


Text Example

White with #AD7426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7426; }

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

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

background-color css

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

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

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

border-color css

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

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

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