#A55B66

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

Shades of Blush #A55B66

Tints of Blush #A55B66

Color information

#A55B66 (or 0xA55B66) is unknown color: approx Blush. HEX triplet: A5, 5B and 66. RGB value is (165,91,102). Sum of RGB (Red+Green+Blue) = 165+91+102=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B66 is #5AA499. Grayscale: #727272. Windows color (decimal): -5940378 or 6708133. OLE color: 6708133.

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

Color convert

RGB16591102-
CMYK00.450.380.35
HSL351.08º29.13%50.2%-
HSV(B)351.08º44.85%64.71%-
XYZ21.6616.4414.6-
YUV114.38121.02164.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 91 (35.94% from 255) = 25.42%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=46.09%
G=25.42%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659110200.450.380.35351.0829.1350.2
HexA55B6602D262315f1d32
Octal24513314605546435373562
Binary1010010110110111100110010110110011010001110101111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B66; }

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

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

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

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

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

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

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

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