#AD5F63

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

Shades of Blush #AD5F63

Tints of Blush #AD5F63

Color information

#AD5F63 (or 0xAD5F63) is unknown color: approx Blush. HEX triplet: AD, 5F and 63. RGB value is (173,95,99). Sum of RGB (Red+Green+Blue) = 173+95+99=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F63 is #52A09C. Grayscale: #767676. Windows color (decimal): -5415069 or 6512557. OLE color: 6512557.

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

Color convert

RGB1739599-
CMYK00.450.430.32
HSL356.92º32.23%52.55%-
HSV(B)356.92º45.09%67.84%-
XYZ23.5817.9714.03-
YUV118.78116.84166.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 95 (37.5% from 255) = 25.89%
BLUE value IS 99 (39.06% from 255) = 26.98%
R=47.14%
G=25.89%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173959900.450.430.32356.9232.2352.55
HexAD5F6302D2B201652035
Octal25513714305553405454065
Binary10101101101111111000110101101101011100000101100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F63; }

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

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

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

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

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

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

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

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