#AD7528

Color #AD7528 Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #AD7528

Tints of Hot Toddy #AD7528

Color information

#AD7528 (or 0xAD7528) is unknown color: approx 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

RGB17311740-
CMYK00.320.770.32
HSL34.74º62.44%41.76%-
HSV(B)34.74º76.88%67.84%-
XYZ23.9821.764.94-
YUV124.9780.05162.26-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731174000.320.770.3234.7462.4441.76
HexAD75280204D20233e2a
Octal2551655004011540437652
Binary10101101111010110100001000001001101100000100011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>