#A9546E

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

Shades of Blush #A9546E

Tints of Blush #A9546E

Color information

#A9546E (or 0xA9546E) is unknown color: approx Blush. HEX triplet: A9, 54 and 6E. RGB value is (169,84,110). Sum of RGB (Red+Green+Blue) = 169+84+110=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9546E is #56AB91. Grayscale: #707070. Windows color (decimal): -5680018 or 7230633. OLE color: 7230633.

HSL color Cylindrical-coordinate representation of color #A9546E: hue angle of 341.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9546E is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB16984110-
CMYK00.500.350.34
HSL341.65º33.6%49.61%-
HSV(B)341.65º50.3%66.27%-
XYZ22.3515.916.64-
YUV112.38126.66168.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=46.56%
G=23.14%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698411000.500.350.34341.6533.649.61
HexA9546E03223221562232
Octal25112415606243425264262
Binary10101001101010011011100110010100011100010101010110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9546E; }

 p { color: rgb(169,84,110); }

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

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

 a { background-color: rgb(169,84,110); }

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

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

 span { border-color: rgb(169,84,110); }

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