#A55869

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

Shades of Blush #A55869

Tints of Blush #A55869

Color information

#A55869 (or 0xA55869) is unknown color: approx Blush. HEX triplet: A5, 58 and 69. RGB value is (165,88,105). Sum of RGB (Red+Green+Blue) = 165+88+105=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A55869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55869 is #5AA796. Grayscale: #707070. Windows color (decimal): -5941143 or 6903973. OLE color: 6903973.

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

Color convert

RGB16588105-
CMYK00.470.360.35
HSL346.75º30.43%49.61%-
HSV(B)346.75º46.67%64.71%-
XYZ21.561615.32-
YUV112.96123.51165.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 88 (34.77% from 255) = 24.58%
BLUE value IS 105 (41.41% from 255) = 29.33%
R=46.09%
G=24.58%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658810500.470.360.35346.7530.4349.61
HexA5586902F242315b1e32
Octal24513015105744435333662
Binary1010010110110001101001010111110010010001110101101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55869; }

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

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

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

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

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

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

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

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