#AD546F

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

Shades of Blush #AD546F

Tints of Blush #AD546F

Color information

#AD546F (or 0xAD546F) is unknown color: approx Blush. HEX triplet: AD, 54 and 6F. RGB value is (173,84,111). Sum of RGB (Red+Green+Blue) = 173+84+111=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD546F is #52AB90. Grayscale: #717171. Windows color (decimal): -5417873 or 7296173. OLE color: 7296173.

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

Color convert

RGB17384111-
CMYK00.510.360.32
HSL341.8º35.18%50.39%-
HSV(B)341.8º51.45%67.84%-
XYZ23.2716.3716.97-
YUV113.69126.49170.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.01%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=47.01%
G=22.83%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738411100.510.360.32341.835.1850.39
HexAD546F03324201562332
Octal25512415706344405264362
Binary10101101101010011011110110011100100100000101010110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD546F; }

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

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

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

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

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

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

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

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