#AD5462

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

Shades of Blush #AD5462

Tints of Blush #AD5462

Color information

#AD5462 (or 0xAD5462) is unknown color: approx Blush. HEX triplet: AD, 54 and 62. RGB value is (173,84,98). Sum of RGB (Red+Green+Blue) = 173+84+98=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5462 is #52AB9D. Grayscale: #707070. Windows color (decimal): -5417886 or 6444205. OLE color: 6444205.

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

Color convert

RGB1738498-
CMYK00.510.430.32
HSL350.56º35.18%50.39%-
HSV(B)350.56º51.45%67.84%-
XYZ22.6116.1113.47-
YUV112.21119.99171.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.73%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 98 (38.67% from 255) = 27.61%
R=48.73%
G=23.66%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173849800.510.430.32350.5635.1850.39
HexAD54620332B2015f2332
Octal25512414206353405374362
Binary10101101101010011000100110011101011100000101011111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5462; }

 p { color: rgb(173,84,98); }

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

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

 a { background-color: rgb(173,84,98); }

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

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

 span { border-color: rgb(173,84,98); }

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