#AD5265

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

Shades of Blush #AD5265

Tints of Blush #AD5265

Color information

#AD5265 (or 0xAD5265) is unknown color: approx Blush. HEX triplet: AD, 52 and 65. RGB value is (173,82,101). Sum of RGB (Red+Green+Blue) = 173+82+101=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5265 is #52AD9A. Grayscale: #6F6F6F. Windows color (decimal): -5418395 or 6640301. OLE color: 6640301.

HSL color Cylindrical-coordinate representation of color #AD5265: hue angle of 347.47º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5265 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB17382101-
CMYK00.530.420.32
HSL347.47º35.69%50%-
HSV(B)347.47º52.6%67.84%-
XYZ22.615.8614.18-
YUV111.37122.15171.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=48.60%
G=23.03%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738210100.530.420.32347.4735.6950
HexAD52650352A2015b2432
Octal25512214506552405334462
Binary10101101101001011001010110101101010100000101011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5265; }

 p { color: rgb(173,82,101); }

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

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

 a { background-color: rgb(173,82,101); }

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

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

 span { border-color: rgb(173,82,101); }

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