#AD5F61

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

Shades of Blush #AD5F61

Tints of Blush #AD5F61

Color information

#AD5F61 (or 0xAD5F61) is unknown color: approx Blush. HEX triplet: AD, 5F and 61. RGB value is (173,95,97). Sum of RGB (Red+Green+Blue) = 173+95+97=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F61 is #52A09E. Grayscale: #767676. Windows color (decimal): -5415071 or 6381485. OLE color: 6381485.

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

Color convert

RGB1739597-
CMYK00.450.440.32
HSL358.46º32.23%52.55%-
HSV(B)358.46º45.09%67.84%-
XYZ23.4817.9313.53-
YUV118.55115.84166.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=47.40%
G=26.03%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173959700.450.440.32358.4632.2352.55
HexAD5F6102D2C201662035
Octal25513714105554405464065
Binary10101101101111111000010101101101100100000101100110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F61; }

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

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

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

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

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

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

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

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