#A95A70

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

Shades of Blush #A95A70

Tints of Blush #A95A70

Color information

#A95A70 (or 0xA95A70) is unknown color: approx Blush. HEX triplet: A9, 5A and 70. RGB value is (169,90,112). Sum of RGB (Red+Green+Blue) = 169+90+112=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95A70 is #56A58F. Grayscale: #747474. Windows color (decimal): -5678480 or 7363241. OLE color: 7363241.

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

Color convert

RGB16990112-
CMYK00.470.340.34
HSL343.29º31.47%50.78%-
HSV(B)343.29º46.75%66.27%-
XYZ22.9416.9217.39-
YUV116.13125.67165.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=45.55%
G=24.26%
B=30.19%

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
Decimal1699011200.470.340.34343.2931.4750.78
HexA95A7002F22221571f33
Octal25113216005742425273763
Binary1010100110110101110000010111110001010001010101011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95A70; }

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

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

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

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

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

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

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

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