#A55866

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

Shades of Blush #A55866

Tints of Blush #A55866

Color information

#A55866 (or 0xA55866) is unknown color: approx Blush. HEX triplet: A5, 58 and 66. RGB value is (165,88,102). Sum of RGB (Red+Green+Blue) = 165+88+102=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A55866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55866 is #5AA799. Grayscale: #707070. Windows color (decimal): -5941146 or 6707365. OLE color: 6707365.

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

Color convert

RGB16588102-
CMYK00.470.380.35
HSL349.09º30.43%49.61%-
HSV(B)349.09º46.67%64.71%-
XYZ21.4115.9414.52-
YUV112.62122.01165.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.48%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 102 (40.23% from 255) = 28.73%
R=46.48%
G=24.79%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658810200.470.380.35349.0930.4349.61
HexA5586602F262315d1e32
Octal24513014605746435353662
Binary1010010110110001100110010111110011010001110101110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55866; }

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

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

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

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

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

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

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

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