#A85E62

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

Shades of Blush #A85E62

Tints of Blush #A85E62

Color information

#A85E62 (or 0xA85E62) is unknown color: approx Blush. HEX triplet: A8, 5E and 62. RGB value is (168,94,98). Sum of RGB (Red+Green+Blue) = 168+94+98=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85E62 is #57A19D. Grayscale: #747474. Windows color (decimal): -5743006 or 6446760. OLE color: 6446760.

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

Color convert

RGB1689498-
CMYK00.440.420.34
HSL356.76º29.84%51.37%-
HSV(B)356.76º44.05%65.88%-
XYZ22.3617.2113.7-
YUV116.58117.52164.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.67%
GREEN value IS 94 (37.11% from 255) = 26.11%
BLUE value IS 98 (38.67% from 255) = 27.22%
R=46.67%
G=26.11%
B=27.22%

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
Decimal168949800.440.420.34356.7629.8451.37
HexA85E6202C2A221651e33
Octal25013614205452425453663
Binary1010100010111101100010010110010101010001010110010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85E62; }

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

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

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

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

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

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

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

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