Html Css Color HEX #AD7D26 Hot Toddy

📋 copy color: '#AD7D26'

red 173 ◦ green 125 ◦ blue 38

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

Shades of Hot Toddy #AD7D26

Tints of Hot Toddy #AD7D26

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.2%

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

R = 51.49%
G = 37.2%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD7D26 (or 0xAD7D26) is known color: Hot Toddy. HEX triplet: AD, 7D and 26. RGB value is (173,125,38). Sum of RGB (Red+Green+Blue) = 173+125+38=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D26 is #5282D9. Grayscale: #818181. Windows color (decimal): -5407450 or 2522541. OLE color: 2522541.

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

Color convert

RGB 173 125 38 -
CMYK 0 0.28 0.78 0.32
HSL 38.67º 0.64% 0.41% -
HSV(B) 38.67º 0.78% 0.68% -
XYZ 24.92 23.69 5.09 -
YUV 129.43 76.4 159.07 -
System Red Green Blue C M Y K H S L
Decimal 173 125 38 0 0.28 0.78 0.32 38.67 0.64 0.41
Hex AD 7D 26 0 1C 4E 20 27 40 29
Octal 255 175 46 0 34 116 40 47 100 51
Binary 10101101 1111101 100110 0 11100 1001110 100000 100111 1000000 101001

Color Harmonies of #AD7D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D26

Black with #AD7D26

Text Example


Text Example

White with #AD7D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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