#A85C6E

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

Shades of Blush #A85C6E

Tints of Blush #A85C6E

Color information

#A85C6E (or 0xA85C6E) is unknown color: approx Blush. HEX triplet: A8, 5C and 6E. RGB value is (168,92,110). Sum of RGB (Red+Green+Blue) = 168+92+110=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85C6E is #57A391. Grayscale: #747474. Windows color (decimal): -5743506 or 7232680. OLE color: 7232680.

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

Color convert

RGB16892110-
CMYK00.450.350.34
HSL345.79º30.4%50.98%-
HSV(B)345.79º45.24%65.88%-
XYZ22.7917.116.85-
YUV116.78124.18164.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.41%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=45.41%
G=24.86%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689211000.450.350.34345.7930.450.98
HexA85C6E02D232215a1e33
Octal25013415605543425323663
Binary1010100010111001101110010110110001110001010101101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85C6E; }

 p { color: rgb(168,92,110); }

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

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

 a { background-color: rgb(168,92,110); }

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

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

 span { border-color: rgb(168,92,110); }

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