#A95A6A

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

Shades of Blush #A95A6A

Tints of Blush #A95A6A

Color information

#A95A6A (or 0xA95A6A) is unknown color: approx Blush. HEX triplet: A9, 5A and 6A. RGB value is (169,90,106). Sum of RGB (Red+Green+Blue) = 169+90+106=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95A6A is #56A595. Grayscale: #737373. Windows color (decimal): -5678486 or 6970025. OLE color: 6970025.

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

Color convert

RGB16990106-
CMYK00.470.370.34
HSL347.85º31.47%50.78%-
HSV(B)347.85º46.75%66.27%-
XYZ22.6216.7915.68-
YUV115.44122.67166.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=46.30%
G=24.66%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699010600.470.370.34347.8531.4750.78
HexA95A6A02F252215c1f33
Octal25113215205745425343763
Binary1010100110110101101010010111110010110001010101110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95A6A; }

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

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

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

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

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

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

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

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