#A95669

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

Shades of Blush #A95669

Tints of Blush #A95669

Color information

#A95669 (or 0xA95669) is unknown color: approx Blush. HEX triplet: A9, 56 and 69. RGB value is (169,86,105). Sum of RGB (Red+Green+Blue) = 169+86+105=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A95669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95669 is #56A996. Grayscale: #707070. Windows color (decimal): -5679511 or 6903465. OLE color: 6903465.

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

Color convert

RGB16986105-
CMYK00.490.380.34
HSL346.27º32.55%50%-
HSV(B)346.27º49.11%66.27%-
XYZ22.2416.1115.3-
YUV112.98123.5167.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=46.94%
G=23.89%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698610500.490.380.34346.2732.5550
HexA95669031262215a2132
Octal25112615106146425324162
Binary10101001101011011010010110001100110100010101011010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95669; }

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

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

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

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

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

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

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

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