#AD5968

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

Shades of Blush #AD5968

Tints of Blush #AD5968

Color information

#AD5968 (or 0xAD5968) is unknown color: approx Blush. HEX triplet: AD, 59 and 68. RGB value is (173,89,104). Sum of RGB (Red+Green+Blue) = 173+89+104=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5968 is #52A697. Grayscale: #737373. Windows color (decimal): -5416600 or 6838701. OLE color: 6838701.

HSL color Cylindrical-coordinate representation of color #AD5968: hue angle of 349.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5968 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB17389104-
CMYK00.490.400.32
HSL349.29º33.87%51.37%-
HSV(B)349.29º48.55%67.84%-
XYZ23.317.0315.16-
YUV115.83121.33168.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 89 (35.16% from 255) = 24.32%
BLUE value IS 104 (41.02% from 255) = 28.42%
R=47.27%
G=24.32%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738910400.490.400.32349.2933.8751.37
HexAD5968031282015d2233
Octal25513115006150405354263
Binary10101101101100111010000110001101000100000101011101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5968; }

 p { color: rgb(173,89,104); }

 H1.HeaderClassName
 {
   color: #AD5968;
 }
 .AnyTagClassName
 {
   color: #AD5968;
 }
</style>
background-color css

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

 a { background-color: rgb(173,89,104); }

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

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

 span { border-color: rgb(173,89,104); }

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