#A55C66

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

Shades of Blush #A55C66

Tints of Blush #A55C66

Color information

#A55C66 (or 0xA55C66) is unknown color: approx Blush. HEX triplet: A5, 5C and 66. RGB value is (165,92,102). Sum of RGB (Red+Green+Blue) = 165+92+102=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C66 is #5AA399. Grayscale: #737373. Windows color (decimal): -5940122 or 6708389. OLE color: 6708389.

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

Color convert

RGB16592102-
CMYK00.440.380.35
HSL351.78º28.85%50.39%-
HSV(B)351.78º44.24%64.71%-
XYZ21.7416.6114.63-
YUV114.97120.68163.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=45.96%
G=25.63%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659210200.440.380.35351.7828.8550.39
HexA55C6602C26231601d32
Octal24513414605446435403562
Binary1010010110111001100110010110010011010001110110000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C66; }

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

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

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

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

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

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

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

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