#AD5364

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

Shades of Blush #AD5364

Tints of Blush #AD5364

Color information

#AD5364 (or 0xAD5364) is unknown color: approx Blush. HEX triplet: AD, 53 and 64. RGB value is (173,83,100). Sum of RGB (Red+Green+Blue) = 173+83+100=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5364 is #52AC9B. Grayscale: #6F6F6F. Windows color (decimal): -5418140 or 6575021. OLE color: 6575021.

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

Color convert

RGB17383100-
CMYK00.520.420.32
HSL348.67º35.43%50.2%-
HSV(B)348.67º52.02%67.84%-
XYZ22.6315.9913.95-
YUV111.85121.32171.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=48.60%
G=23.31%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738310000.520.420.32348.6735.4350.2
HexAD53640342A2015d2332
Octal25512314406452405354362
Binary10101101101001111001000110100101010100000101011101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5364; }

 p { color: rgb(173,83,100); }

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

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

 a { background-color: rgb(173,83,100); }

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

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

 span { border-color: rgb(173,83,100); }

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