#AD5B61

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

Shades of Blush #AD5B61

Tints of Blush #AD5B61

Color information

#AD5B61 (or 0xAD5B61) is unknown color: approx Blush. HEX triplet: AD, 5B and 61. RGB value is (173,91,97). Sum of RGB (Red+Green+Blue) = 173+91+97=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B61 is #52A49E. Grayscale: #747474. Windows color (decimal): -5416095 or 6380461. OLE color: 6380461.

HSL color Cylindrical-coordinate representation of color #AD5B61: hue angle of 355.61º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5B61 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB1739197-
CMYK00.470.440.32
HSL355.61º33.33%51.76%-
HSV(B)355.61º47.4%67.84%-
XYZ23.1317.2313.42-
YUV116.2117.17168.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=47.92%
G=25.21%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173919700.470.440.32355.6133.3351.76
HexAD5B6102F2C201642134
Octal25513314105754405444164
Binary10101101101101111000010101111101100100000101100100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B61; }

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

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

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

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

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

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

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

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