#A5576C

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

Shades of Blush #A5576C

Tints of Blush #A5576C

Color information

#A5576C (or 0xA5576C) is unknown color: approx Blush. HEX triplet: A5, 57 and 6C. RGB value is (165,87,108). Sum of RGB (Red+Green+Blue) = 165+87+108=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5576C is #5AA893. Grayscale: #707070. Windows color (decimal): -5941396 or 7100325. OLE color: 7100325.

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

Color convert

RGB16587108-
CMYK00.470.350.35
HSL343.85º30.95%49.41%-
HSV(B)343.85º47.27%64.71%-
XYZ21.6315.916.12-
YUV112.72125.34165.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 108 (42.58% from 255) = 30%
R=45.83%
G=24.17%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658710800.470.350.35343.8530.9549.41
HexA5576C02F23231581f31
Octal24512715405743435303761
Binary1010010110101111101100010111110001110001110101100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5576C; }

 p { color: rgb(165,87,108); }

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

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

 a { background-color: rgb(165,87,108); }

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

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

 span { border-color: rgb(165,87,108); }

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