#A6576B

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

Shades of Blush #A6576B

Tints of Blush #A6576B

Color information

#A6576B (or 0xA6576B) is unknown color: approx Blush. HEX triplet: A6, 57 and 6B. RGB value is (166,87,107). Sum of RGB (Red+Green+Blue) = 166+87+107=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6576B is #59A894. Grayscale: #707070. Windows color (decimal): -5875861 or 7034790. OLE color: 7034790.

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

Color convert

RGB16687107-
CMYK00.480.360.35
HSL344.81º31.23%49.61%-
HSV(B)344.81º47.59%65.1%-
XYZ21.7915.9815.85-
YUV112.9124.67165.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=46.11%
G=24.17%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668710700.480.360.35344.8131.2349.61
HexA6576B03024231591f32
Octal24612715306044435313762
Binary1010011010101111101011011000010010010001110101100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6576B; }

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

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

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

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

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

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

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

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