#A95665

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

Shades of Blush #A95665

Tints of Blush #A95665

Color information

#A95665 (or 0xA95665) is unknown color: approx Blush. HEX triplet: A9, 56 and 65. RGB value is (169,86,101). Sum of RGB (Red+Green+Blue) = 169+86+101=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A95665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95665 is #56A99A. Grayscale: #707070. Windows color (decimal): -5679515 or 6641321. OLE color: 6641321.

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

Color convert

RGB16986101-
CMYK00.490.400.34
HSL349.16º32.55%50%-
HSV(B)349.16º49.11%66.27%-
XYZ22.0416.0314.24-
YUV112.53121.5168.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=47.47%
G=24.16%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698610100.490.400.34349.1632.5550
HexA95665031282215d2132
Octal25112614506150425354162
Binary10101001101011011001010110001101000100010101011101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95665; }

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

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

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

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

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

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

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

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