#AD5165

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

Shades of Blush #AD5165

Tints of Blush #AD5165

Color information

#AD5165 (or 0xAD5165) is unknown color: approx Blush. HEX triplet: AD, 51 and 65. RGB value is (173,81,101). Sum of RGB (Red+Green+Blue) = 173+81+101=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5165 is #52AE9A. Grayscale: #6E6E6E. Windows color (decimal): -5418651 or 6640045. OLE color: 6640045.

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

Color convert

RGB17381101-
CMYK00.530.420.32
HSL346.96º36.22%49.8%-
HSV(B)346.96º53.18%67.84%-
XYZ22.5215.7114.16-
YUV110.79122.48172.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.73%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 101 (39.84% from 255) = 28.45%
R=48.73%
G=22.82%
B=28.45%

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
Decimal1738110100.530.420.32346.9636.2249.8
HexAD51650352A2015b2432
Octal25512114506552405334462
Binary10101101101000111001010110101101010100000101011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5165; }

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

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

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

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

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

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

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

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