#A9516D

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

Shades of Blush #A9516D

Tints of Blush #A9516D

Color information

#A9516D (or 0xA9516D) is unknown color: approx Blush. HEX triplet: A9, 51 and 6D. RGB value is (169,81,109). Sum of RGB (Red+Green+Blue) = 169+81+109=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A9516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9516D is #56AE92. Grayscale: #6E6E6E. Windows color (decimal): -5680787 or 7164329. OLE color: 7164329.

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

Color convert

RGB16981109-
CMYK00.520.360.34
HSL340.91º35.2%49.02%-
HSV(B)340.91º52.07%66.27%-
XYZ22.0615.4216.28-
YUV110.5127.15169.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 109 (42.97% from 255) = 30.36%
R=47.08%
G=22.56%
B=30.36%

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
Decimal1698110900.520.360.34340.9135.249.02
HexA9516D03424221552331
Octal25112115506444425254361
Binary10101001101000111011010110100100100100010101010101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9516D; }

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

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

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

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

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

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

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

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