#A95A71

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

Shades of Blush #A95A71

Tints of Blush #A95A71

Color information

#A95A71 (or 0xA95A71) is unknown color: approx Blush. HEX triplet: A9, 5A and 71. RGB value is (169,90,113). Sum of RGB (Red+Green+Blue) = 169+90+113=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95A71 is #56A58E. Grayscale: #747474. Windows color (decimal): -5678479 or 7428777. OLE color: 7428777.

HSL color Cylindrical-coordinate representation of color #A95A71: hue angle of 342.53º degrees, saturation: 0.31, 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 #A95A71 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB16990113-
CMYK00.470.330.34
HSL342.53º31.47%50.78%-
HSV(B)342.53º46.75%66.27%-
XYZ2316.9417.68-
YUV116.24126.17165.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.43%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 113 (44.53% from 255) = 30.38%
R=45.43%
G=24.19%
B=30.38%

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
Decimal1699011300.470.330.34342.5331.4750.78
HexA95A7102F21221571f33
Octal25113216105741425273763
Binary1010100110110101110001010111110000110001010101011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95A71; }

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

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

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

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

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

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

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

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