#A95E66

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

Shades of Blush #A95E66

Tints of Blush #A95E66

Color information

#A95E66 (or 0xA95E66) is unknown color: approx Blush. HEX triplet: A9, 5E and 66. RGB value is (169,94,102). Sum of RGB (Red+Green+Blue) = 169+94+102=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95E66 is #56A199. Grayscale: #757575. Windows color (decimal): -5677466 or 6708905. OLE color: 6708905.

HSL color Cylindrical-coordinate representation of color #A95E66: hue angle of 353.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95E66 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB16994102-
CMYK00.440.400.34
HSL353.6º30.36%51.57%-
HSV(B)353.6º44.38%66.27%-
XYZ22.7617.414.73-
YUV117.34119.35164.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 94 (37.11% from 255) = 25.75%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=46.30%
G=25.75%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699410200.440.400.34353.630.3651.57
HexA95E6602C28221621e34
Octal25113614605450425423664
Binary1010100110111101100110010110010100010001010110001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95E66; }

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

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

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

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

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

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

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

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