#A55B69

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

Shades of Blush #A55B69

Tints of Blush #A55B69

Color information

#A55B69 (or 0xA55B69) is unknown color: approx Blush. HEX triplet: A5, 5B and 69. RGB value is (165,91,105). Sum of RGB (Red+Green+Blue) = 165+91+105=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B69 is #5AA496. Grayscale: #727272. Windows color (decimal): -5940375 or 6904741. OLE color: 6904741.

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

Color convert

RGB16591105-
CMYK00.450.360.35
HSL348.65º29.13%50.2%-
HSV(B)348.65º44.85%64.71%-
XYZ21.8116.515.4-
YUV114.72122.52163.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=45.71%
G=25.21%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659110500.450.360.35348.6529.1350.2
HexA55B6902D242315d1d32
Octal24513315105544435353562
Binary1010010110110111101001010110110010010001110101110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B69; }

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

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

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

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

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

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

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

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