#A95E6B

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

Shades of Blush #A95E6B

Tints of Blush #A95E6B

Color information

#A95E6B (or 0xA95E6B) is unknown color: approx Blush. HEX triplet: A9, 5E and 6B. RGB value is (169,94,107). Sum of RGB (Red+Green+Blue) = 169+94+107=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95E6B is #56A194. Grayscale: #757575. Windows color (decimal): -5677461 or 7036585. OLE color: 7036585.

HSL color Cylindrical-coordinate representation of color #A95E6B: hue angle of 349.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 #A95E6B is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16994107-
CMYK00.440.370.34
HSL349.6º30.36%51.57%-
HSV(B)349.6º44.38%66.27%-
XYZ23.0217.516.07-
YUV117.91121.85164.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 94 (37.11% from 255) = 25.41%
BLUE value IS 107 (42.19% from 255) = 28.92%
R=45.68%
G=25.41%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699410700.440.370.34349.630.3651.57
HexA95E6B02C252215e1e34
Octal25113615305445425363664
Binary1010100110111101101011010110010010110001010101111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95E6B; }

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

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

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

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

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

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

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

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