#A95C63

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

Shades of Blush #A95C63

Tints of Blush #A95C63

Color information

#A95C63 (or 0xA95C63) is unknown color: approx Blush. HEX triplet: A9, 5C and 63. RGB value is (169,92,99). Sum of RGB (Red+Green+Blue) = 169+92+99=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95C63 is #56A39C. Grayscale: #737373. Windows color (decimal): -5677981 or 6511785. OLE color: 6511785.

HSL color Cylindrical-coordinate representation of color #A95C63: hue angle of 354.55º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95C63 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB1699299-
CMYK00.460.410.34
HSL354.55º30.92%51.18%-
HSV(B)354.55º45.56%66.27%-
XYZ22.4416.9913.9-
YUV115.82118.51165.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 99 (39.06% from 255) = 27.5%
R=46.94%
G=25.56%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169929900.460.410.34354.5530.9251.18
HexA95C6302E29221631f33
Octal25113414305651425433763
Binary1010100110111001100011010111010100110001010110001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C63; }

 p { color: rgb(169,92,99); }

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

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

 a { background-color: rgb(169,92,99); }

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

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

 span { border-color: rgb(169,92,99); }

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