#A55969

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

Shades of Blush #A55969

Tints of Blush #A55969

Color information

#A55969 (or 0xA55969) is unknown color: approx Blush. HEX triplet: A5, 59 and 69. RGB value is (165,89,105). Sum of RGB (Red+Green+Blue) = 165+89+105=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A55969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55969 is #5AA696. Grayscale: #717171. Windows color (decimal): -5940887 or 6904229. OLE color: 6904229.

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

Color convert

RGB16589105-
CMYK00.460.360.35
HSL347.37º29.92%49.8%-
HSV(B)347.37º46.06%64.71%-
XYZ21.6416.1615.34-
YUV113.55123.18164.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=45.96%
G=24.79%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658910500.460.360.35347.3729.9249.8
HexA5596902E242315b1e32
Octal24513115105644435333662
Binary1010010110110011101001010111010010010001110101101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55969; }

 p { color: rgb(165,89,105); }

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

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

 a { background-color: rgb(165,89,105); }

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

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

 span { border-color: rgb(165,89,105); }

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