#A85A70

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

Shades of Blush #A85A70

Tints of Blush #A85A70

Color information

#A85A70 (or 0xA85A70) is unknown color: approx Blush. HEX triplet: A8, 5A and 70. RGB value is (168,90,112). Sum of RGB (Red+Green+Blue) = 168+90+112=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A70 is #57A58F. Grayscale: #737373. Windows color (decimal): -5744016 or 7363240. OLE color: 7363240.

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

Color convert

RGB16890112-
CMYK00.460.330.34
HSL343.08º30.95%50.59%-
HSV(B)343.08º46.43%65.88%-
XYZ22.7316.8117.38-
YUV115.83125.84165.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.41%
GREEN value IS 90 (35.55% from 255) = 24.32%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=45.41%
G=24.32%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689011200.460.330.34343.0830.9550.59
HexA85A7002E21221571f33
Octal25013216005641425273763
Binary1010100010110101110000010111010000110001010101011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A70; }

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

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

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

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

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

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

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

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