#A95970

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

Shades of Blush #A95970

Tints of Blush #A95970

Color information

#A95970 (or 0xA95970) is unknown color: approx Blush. HEX triplet: A9, 59 and 70. RGB value is (169,89,112). Sum of RGB (Red+Green+Blue) = 169+89+112=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A95970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95970 is #56A68F. Grayscale: #737373. Windows color (decimal): -5678736 or 7362985. OLE color: 7362985.

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

Color convert

RGB16989112-
CMYK00.470.340.34
HSL342.75º31.75%50.59%-
HSV(B)342.75º47.34%66.27%-
XYZ22.8616.7517.36-
YUV115.54126166.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=45.68%
G=24.05%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698911200.470.340.34342.7531.7550.59
HexA9597002F22221572033
Octal25113116005742425274063
Binary10101001101100111100000101111100010100010101010111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95970; }

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

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

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

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

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

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

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

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