#A95168

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

Shades of Blush #A95168

Tints of Blush #A95168

Color information

#A95168 (or 0xA95168) is unknown color: approx Blush. HEX triplet: A9, 51 and 68. RGB value is (169,81,104). Sum of RGB (Red+Green+Blue) = 169+81+104=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A95168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95168 is #56AE97. Grayscale: #6D6D6D. Windows color (decimal): -5680792 or 6836649. OLE color: 6836649.

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

Color convert

RGB16981104-
CMYK00.520.380.34
HSL344.32º35.2%49.02%-
HSV(B)344.32º52.07%66.27%-
XYZ21.815.3214.9-
YUV109.93124.65170.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 104 (41.02% from 255) = 29.38%
R=47.74%
G=22.88%
B=29.38%

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
Decimal1698110400.520.380.34344.3235.249.02
HexA9516803426221582331
Octal25112115006446425304361
Binary10101001101000111010000110100100110100010101011000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95168; }

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

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

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

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

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

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

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

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