#A95C66

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

Shades of Blush #A95C66

Tints of Blush #A95C66

Color information

#A95C66 (or 0xA95C66) is unknown color: approx Blush. HEX triplet: A9, 5C and 66. RGB value is (169,92,102). Sum of RGB (Red+Green+Blue) = 169+92+102=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95C66 is #56A399. Grayscale: #747474. Windows color (decimal): -5677978 or 6708393. OLE color: 6708393.

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

Color convert

RGB16992102-
CMYK00.460.400.34
HSL352.21º30.92%51.18%-
HSV(B)352.21º45.56%66.27%-
XYZ22.5917.0514.67-
YUV116.16120.01165.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=46.56%
G=25.34%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699210200.460.400.34352.2130.9251.18
HexA95C6602E28221601f33
Octal25113414605650425403763
Binary1010100110111001100110010111010100010001010110000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C66; }

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

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

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

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

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

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

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

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