#AD546D

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

Shades of Blush #AD546D

Tints of Blush #AD546D

Color information

#AD546D (or 0xAD546D) is unknown color: approx Blush. HEX triplet: AD, 54 and 6D. RGB value is (173,84,109). Sum of RGB (Red+Green+Blue) = 173+84+109=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD546D is #52AB92. Grayscale: #717171. Windows color (decimal): -5417875 or 7165101. OLE color: 7165101.

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

Color convert

RGB17384109-
CMYK00.510.370.32
HSL343.15º35.18%50.39%-
HSV(B)343.15º51.45%67.84%-
XYZ23.1616.3316.4-
YUV113.46125.49170.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 109 (42.97% from 255) = 29.78%
R=47.27%
G=22.95%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738410900.510.370.32343.1535.1850.39
HexAD546D03325201572332
Octal25512415506345405274362
Binary10101101101010011011010110011100101100000101010111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD546D; }

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

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

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

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

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

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

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

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