#A95969

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

Shades of Blush #A95969

Tints of Blush #A95969

Color information

#A95969 (or 0xA95969) is unknown color: approx Blush. HEX triplet: A9, 59 and 69. RGB value is (169,89,105). Sum of RGB (Red+Green+Blue) = 169+89+105=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A95969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95969 is #56A696. Grayscale: #727272. Windows color (decimal): -5678743 or 6904233. OLE color: 6904233.

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

Color convert

RGB16989105-
CMYK00.470.380.34
HSL348º31.75%50.59%-
HSV(B)348º47.34%66.27%-
XYZ22.4816.615.38-
YUV114.74122.5166.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=46.56%
G=24.52%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698910500.470.380.3434831.7550.59
HexA9596902F262215c2033
Octal25113115105746425344063
Binary10101001101100111010010101111100110100010101011100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95969; }

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

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

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

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

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

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

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

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