#A95169

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

Shades of Blush #A95169

Tints of Blush #A95169

Color information

#A95169 (or 0xA95169) is unknown color: approx Blush. HEX triplet: A9, 51 and 69. RGB value is (169,81,105). Sum of RGB (Red+Green+Blue) = 169+81+105=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A95169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95169 is #56AE96. Grayscale: #6E6E6E. Windows color (decimal): -5680791 or 6902185. OLE color: 6902185.

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

Color convert

RGB16981105-
CMYK00.520.380.34
HSL343.64º35.2%49.02%-
HSV(B)343.64º52.07%66.27%-
XYZ21.8515.3415.17-
YUV110.05125.15170.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.61%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=47.61%
G=22.82%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698110500.520.380.34343.6435.249.02
HexA9516903426221582331
Octal25112115106446425304361
Binary10101001101000111010010110100100110100010101011000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95169; }

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

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

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

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

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

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

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

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