#AD5F6B

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

Shades of Blush #AD5F6B

Tints of Blush #AD5F6B

Color information

#AD5F6B (or 0xAD5F6B) is unknown color: approx Blush. HEX triplet: AD, 5F and 6B. RGB value is (173,95,107). Sum of RGB (Red+Green+Blue) = 173+95+107=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F6B is #52A094. Grayscale: #777777. Windows color (decimal): -5415061 or 7036845. OLE color: 7036845.

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

Color convert

RGB17395107-
CMYK00.450.380.32
HSL350.77º32.23%52.55%-
HSV(B)350.77º45.09%67.84%-
XYZ23.9818.1316.15-
YUV119.69120.84166.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.13%
GREEN value IS 95 (37.5% from 255) = 25.33%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=46.13%
G=25.33%
B=28.53%

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
Decimal1739510700.450.380.32350.7732.2352.55
HexAD5F6B02D262015f2035
Octal25513715305546405374065
Binary10101101101111111010110101101100110100000101011111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F6B; }

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

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

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

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

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

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

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

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