#A5576B

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

Shades of Blush #A5576B

Tints of Blush #A5576B

Color information

#A5576B (or 0xA5576B) is unknown color: approx Blush. HEX triplet: A5, 57 and 6B. RGB value is (165,87,107). Sum of RGB (Red+Green+Blue) = 165+87+107=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5576B is #5AA894. Grayscale: #707070. Windows color (decimal): -5941397 or 7034789. OLE color: 7034789.

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

Color convert

RGB16587107-
CMYK00.470.350.35
HSL344.62º30.95%49.41%-
HSV(B)344.62º47.27%64.71%-
XYZ21.5815.8815.84-
YUV112.6124.84165.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 87 (34.38% from 255) = 24.23%
BLUE value IS 107 (42.19% from 255) = 29.81%
R=45.96%
G=24.23%
B=29.81%

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
Decimal1658710700.470.350.35344.6230.9549.41
HexA5576B02F23231591f31
Octal24512715305743435313761
Binary1010010110101111101011010111110001110001110101100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5576B; }

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

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

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

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

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

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

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

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