Html Css Color HEX #AD7528 Hot Toddy

📋 copy color: '#AD7528'

red 173 ◦ green 117 ◦ blue 40

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

Shades of Hot Toddy #AD7528

Tints of Hot Toddy #AD7528

RGB

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

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

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

R = 52.42%
G = 35.45%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD7528 (or 0xAD7528) is known color: Hot Toddy. HEX triplet: AD, 75 and 28. RGB value is (173,117,40). Sum of RGB (Red+Green+Blue) = 173+117+40=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7528 is #528AD7. Grayscale: #7D7D7D. Windows color (decimal): -5409496 or 2651565. OLE color: 2651565.

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

Color convert

RGB 173 117 40 -
CMYK 0 0.32 0.77 0.32
HSL 34.74º 0.62% 0.42% -
HSV(B) 34.74º 0.77% 0.68% -
XYZ 23.98 21.76 4.94 -
YUV 124.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 173 117 40 0 0.32 0.77 0.32 34.74 0.62 0.42
Hex AD 75 28 0 20 4D 20 23 3E 2A
Octal 255 165 50 0 40 115 40 43 76 52
Binary 10101101 1110101 101000 0 100000 1001101 100000 100011 111110 101010

Color Harmonies of #AD7528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7528

Black with #AD7528

Text Example


Text Example

White with #AD7528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7528; }

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

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

background-color css

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

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

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

border-color css

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

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

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