#A95869

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

Shades of Blush #A95869

Tints of Blush #A95869

Color information

#A95869 (or 0xA95869) is unknown color: approx Blush. HEX triplet: A9, 58 and 69. RGB value is (169,88,105). Sum of RGB (Red+Green+Blue) = 169+88+105=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A95869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95869 is #56A796. Grayscale: #727272. Windows color (decimal): -5678999 or 6903977. OLE color: 6903977.

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

Color convert

RGB16988105-
CMYK00.480.380.34
HSL347.41º32.02%50.39%-
HSV(B)347.41º47.93%66.27%-
XYZ22.416.4315.36-
YUV114.16122.84167.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.69%
GREEN value IS 88 (34.77% from 255) = 24.31%
BLUE value IS 105 (41.41% from 255) = 29.01%
R=46.69%
G=24.31%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698810500.480.380.34347.4132.0250.39
HexA95869030262215b2032
Octal25113015106046425334062
Binary10101001101100011010010110000100110100010101011011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95869; }

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

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

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

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

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

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

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

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