#A55C68

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

Shades of Blush #A55C68

Tints of Blush #A55C68

Color information

#A55C68 (or 0xA55C68) is unknown color: approx Blush. HEX triplet: A5, 5C and 68. RGB value is (165,92,104). Sum of RGB (Red+Green+Blue) = 165+92+104=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C68 is #5AA397. Grayscale: #737373. Windows color (decimal): -5940120 or 6839461. OLE color: 6839461.

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

Color convert

RGB16592104-
CMYK00.440.370.35
HSL350.14º28.85%50.39%-
HSV(B)350.14º44.24%64.71%-
XYZ21.8416.6515.16-
YUV115.2121.68163.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=45.71%
G=25.48%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659210400.440.370.35350.1428.8550.39
HexA55C6802C252315e1d32
Octal24513415005445435363562
Binary1010010110111001101000010110010010110001110101111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C68; }

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

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

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

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

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

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

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

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