#A95E62

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

Shades of Blush #A95E62

Tints of Blush #A95E62

Color information

#A95E62 (or 0xA95E62) is unknown color: approx Blush. HEX triplet: A9, 5E and 62. RGB value is (169,94,98). Sum of RGB (Red+Green+Blue) = 169+94+98=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95E62 is #56A19D. Grayscale: #747474. Windows color (decimal): -5677470 or 6446761. OLE color: 6446761.

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

Color convert

RGB1699498-
CMYK00.440.420.34
HSL356.8º30.36%51.57%-
HSV(B)356.8º44.38%66.27%-
XYZ22.5717.3213.71-
YUV116.88117.35165.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.81%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=46.81%
G=26.04%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169949800.440.420.34356.830.3651.57
HexA95E6202C2A221651e34
Octal25113614205452425453664
Binary1010100110111101100010010110010101010001010110010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95E62; }

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

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

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

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

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

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

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

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