#ad5f6e

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

Shades of Blush #AD5F6E

Tints of Blush #AD5F6E

Color information

#AD5F6E (or 0xAD5F6E) is unknown color: approx Blush. HEX triplet: AD, 5F and 6E. RGB value is (173,95,110). Sum of RGB (Red+Green+Blue) = 173+95+110=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F6E is #52A091. Grayscale: #787878. Windows color (decimal): -5415058 or 7233453. OLE color: 7233453.

HSL color Cylindrical-coordinate representation of color #AD5F6E: hue angle of 348.46º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD5F6E is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB17395110-
CMYK00.450.360.32
HSL348.46º32.23%52.55%-
HSV(B)348.46º45.09%67.84%-
XYZ24.1418.1916.99-
YUV120.03122.34165.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=45.77%
G=25.13%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739511000.450.360.32348.4632.2352.55
HexAD5F6E02D242015c2035
Octal25513715605544405344065
Binary10101101101111111011100101101100100100000101011100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad5f6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad5f6e; }

 p { color: rgb(173,95,110); }

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

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

 a { background-color: rgb(173,95,110); }

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

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

 span { border-color: rgb(173,95,110); }

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