#A85770

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

Shades of Blush #A85770

Tints of Blush #A85770

Color information

#A85770 (or 0xA85770) is unknown color: approx Blush. HEX triplet: A8, 57 and 70. RGB value is (168,87,112). Sum of RGB (Red+Green+Blue) = 168+87+112=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A85770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85770 is #57A88F. Grayscale: #727272. Windows color (decimal): -5744784 or 7362472. OLE color: 7362472.

HSL color Cylindrical-coordinate representation of color #A85770: hue angle of 341.48º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85770 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB16887112-
CMYK00.480.330.34
HSL341.48º31.76%50%-
HSV(B)341.48º48.21%65.88%-
XYZ22.4816.3117.29-
YUV114.07126.84166.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.78%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=45.78%
G=23.71%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688711200.480.330.34341.4831.7650
HexA8577003021221552032
Octal25012716006041425254062
Binary10101000101011111100000110000100001100010101010101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85770; }

 p { color: rgb(168,87,112); }

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

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

 a { background-color: rgb(168,87,112); }

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

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

 span { border-color: rgb(168,87,112); }

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