#A6576F

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

Shades of Blush #A6576F

Tints of Blush #A6576F

Color information

#A6576F (or 0xA6576F) is unknown color: approx Blush. HEX triplet: A6, 57 and 6F. RGB value is (166,87,111). Sum of RGB (Red+Green+Blue) = 166+87+111=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A6576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6576F is #59A890. Grayscale: #717171. Windows color (decimal): -5875857 or 7296934. OLE color: 7296934.

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

Color convert

RGB16687111-
CMYK00.480.330.35
HSL341.77º31.23%49.61%-
HSV(B)341.77º47.59%65.1%-
XYZ2216.0716.98-
YUV113.36126.67165.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 87 (34.38% from 255) = 23.90%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=45.60%
G=23.90%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668711100.480.330.35341.7731.2349.61
HexA6576F03021231561f32
Octal24612715706041435263762
Binary1010011010101111101111011000010000110001110101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6576F; }

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

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

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

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

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

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

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

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