#AD5369

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

Shades of Blush #AD5369

Tints of Blush #AD5369

Color information

#AD5369 (or 0xAD5369) is unknown color: approx Blush. HEX triplet: AD, 53 and 69. RGB value is (173,83,105). Sum of RGB (Red+Green+Blue) = 173+83+105=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5369 is #52AC96. Grayscale: #707070. Windows color (decimal): -5418135 or 6902701. OLE color: 6902701.

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

Color convert

RGB17383105-
CMYK00.520.390.32
HSL345.33º35.43%50.2%-
HSV(B)345.33º52.02%67.84%-
XYZ22.8816.0915.26-
YUV112.42123.82171.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=47.92%
G=22.99%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738310500.520.390.32345.3335.4350.2
HexAD536903427201592332
Octal25512315106447405314362
Binary10101101101001111010010110100100111100000101011001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5369; }

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

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

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

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

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

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

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

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