#A95069

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

Shades of Blush #A95069

Tints of Blush #A95069

Color information

#A95069 (or 0xA95069) is unknown color: approx Blush. HEX triplet: A9, 50 and 69. RGB value is (169,80,105). Sum of RGB (Red+Green+Blue) = 169+80+105=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A95069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95069 is #56AF96. Grayscale: #6D6D6D. Windows color (decimal): -5681047 or 6901929. OLE color: 6901929.

HSL color Cylindrical-coordinate representation of color #A95069: hue angle of 343.15º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A95069 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16980105-
CMYK00.530.380.34
HSL343.15º35.74%48.82%-
HSV(B)343.15º52.66%66.27%-
XYZ21.7815.1915.15-
YUV109.46125.49170.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 105 (41.41% from 255) = 29.66%
R=47.74%
G=22.60%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698010500.530.380.34343.1535.7448.82
HexA9506903526221572431
Octal25112015106546425274461
Binary10101001101000011010010110101100110100010101010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95069; }

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

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

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

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

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

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

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

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