#A9516C

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

Shades of Blush #A9516C

Tints of Blush #A9516C

Color information

#A9516C (or 0xA9516C) is unknown color: approx Blush. HEX triplet: A9, 51 and 6C. RGB value is (169,81,108). Sum of RGB (Red+Green+Blue) = 169+81+108=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A9516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9516C is #56AE93. Grayscale: #6E6E6E. Windows color (decimal): -5680788 or 7098793. OLE color: 7098793.

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

Color convert

RGB16981108-
CMYK00.520.360.34
HSL341.59º35.2%49.02%-
HSV(B)341.59º52.07%66.27%-
XYZ22.0115.416-
YUV110.39126.65169.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.21%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=47.21%
G=22.63%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698110800.520.360.34341.5935.249.02
HexA9516C03424221562331
Octal25112115406444425264361
Binary10101001101000111011000110100100100100010101010110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9516C; }

 p { color: rgb(169,81,108); }

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

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

 a { background-color: rgb(169,81,108); }

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

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

 span { border-color: rgb(169,81,108); }

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