Html Css Color HEX #AD7526 Hot Toddy

📋 copy color: '#AD7526'

red 173 ◦ green 117 ◦ blue 38

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

Shades of Hot Toddy #AD7526

Tints of Hot Toddy #AD7526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

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

R = 52.74%
G = 35.67%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD7526 (or 0xAD7526) is known color: Hot Toddy. HEX triplet: AD, 75 and 26. RGB value is (173,117,38). Sum of RGB (Red+Green+Blue) = 173+117+38=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7526 is #528AD9. Grayscale: #7D7D7D. Windows color (decimal): -5409498 or 2520493. OLE color: 2520493.

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

Color convert

RGB 173 117 38 -
CMYK 0 0.32 0.78 0.32
HSL 35.11º 0.64% 0.41% -
HSV(B) 35.11º 0.78% 0.68% -
XYZ 23.94 21.75 4.77 -
YUV 124.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 173 117 38 0 0.32 0.78 0.32 35.11 0.64 0.41
Hex AD 75 26 0 20 4E 20 23 40 29
Octal 255 165 46 0 40 116 40 43 100 51
Binary 10101101 1110101 100110 0 100000 1001110 100000 100011 1000000 101001

Color Harmonies of #AD7526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7526

Black with #AD7526

Text Example


Text Example

White with #AD7526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7526; }

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

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

background-color css

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

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

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

border-color css

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

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

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