#AD5F6C

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

Shades of Blush #AD5F6C

Tints of Blush #AD5F6C

Color information

#AD5F6C (or 0xAD5F6C) is unknown color: approx Blush. HEX triplet: AD, 5F and 6C. RGB value is (173,95,108). Sum of RGB (Red+Green+Blue) = 173+95+108=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F6C is #52A093. Grayscale: #777777. Windows color (decimal): -5415060 or 7102381. OLE color: 7102381.

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

Color convert

RGB17395108-
CMYK00.450.380.32
HSL350º32.23%52.55%-
HSV(B)350º45.09%67.84%-
XYZ24.0318.1516.42-
YUV119.8121.34165.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 108 (42.58% from 255) = 28.72%
R=46.01%
G=25.27%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739510800.450.380.3235032.2352.55
HexAD5F6C02D262015e2035
Octal25513715405546405364065
Binary10101101101111111011000101101100110100000101011110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F6C; }

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

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

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

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

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

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

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

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