#A8576F

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

Shades of Blush #A8576F

Tints of Blush #A8576F

Color information

#A8576F (or 0xA8576F) is unknown color: approx Blush. HEX triplet: A8, 57 and 6F. RGB value is (168,87,111). Sum of RGB (Red+Green+Blue) = 168+87+111=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A8576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8576F is #57A890. Grayscale: #717171. Windows color (decimal): -5744785 or 7296936. OLE color: 7296936.

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

Color convert

RGB16887111-
CMYK00.480.340.34
HSL342.22º31.76%50%-
HSV(B)342.22º48.21%65.88%-
XYZ22.4316.2917-
YUV113.95126.34166.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.90%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=45.90%
G=23.77%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688711100.480.340.34342.2231.7650
HexA8576F03022221562032
Octal25012715706042425264062
Binary10101000101011111011110110000100010100010101010110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8576F; }

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

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

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

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

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

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

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

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