#A95971

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

Shades of Blush #A95971

Tints of Blush #A95971

Color information

#A95971 (or 0xA95971) is unknown color: approx Blush. HEX triplet: A9, 59 and 71. RGB value is (169,89,113). Sum of RGB (Red+Green+Blue) = 169+89+113=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A95971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95971 is #56A68E. Grayscale: #737373. Windows color (decimal): -5678735 or 7428521. OLE color: 7428521.

HSL color Cylindrical-coordinate representation of color #A95971: hue angle of 342º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95971 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB16989113-
CMYK00.470.330.34
HSL342º31.75%50.59%-
HSV(B)342º47.34%66.27%-
XYZ22.9216.7717.65-
YUV115.66126.5166.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=45.55%
G=23.99%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698911300.470.330.3434231.7550.59
HexA9597102F21221562033
Octal25113116105741425264063
Binary10101001101100111100010101111100001100010101010110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95971; }

 p { color: rgb(169,89,113); }

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

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

 a { background-color: rgb(169,89,113); }

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

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

 span { border-color: rgb(169,89,113); }

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