#A85E63

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

Shades of Blush #A85E63

Tints of Blush #A85E63

Color information

#A85E63 (or 0xA85E63) is unknown color: approx Blush. HEX triplet: A8, 5E and 63. RGB value is (168,94,99). Sum of RGB (Red+Green+Blue) = 168+94+99=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85E63 is #57A19C. Grayscale: #747474. Windows color (decimal): -5743005 or 6512296. OLE color: 6512296.

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

Color convert

RGB1689499-
CMYK00.440.410.34
HSL355.95º29.84%51.37%-
HSV(B)355.95º44.05%65.88%-
XYZ22.417.2313.95-
YUV116.7118.02164.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.54%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 99 (39.06% from 255) = 27.42%
R=46.54%
G=26.04%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168949900.440.410.34355.9529.8451.37
HexA85E6302C29221641e33
Octal25013614305451425443663
Binary1010100010111101100011010110010100110001010110010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85E63; }

 p { color: rgb(168,94,99); }

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

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

 a { background-color: rgb(168,94,99); }

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

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

 span { border-color: rgb(168,94,99); }

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