#A55C6A

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

Shades of Blush #A55C6A

Tints of Blush #A55C6A

Color information

#A55C6A (or 0xA55C6A) is unknown color: approx Blush. HEX triplet: A5, 5C and 6A. RGB value is (165,92,106). Sum of RGB (Red+Green+Blue) = 165+92+106=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C6A is #5AA395. Grayscale: #737373. Windows color (decimal): -5940118 or 6970533. OLE color: 6970533.

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

Color convert

RGB16592106-
CMYK00.440.360.35
HSL348.49º28.85%50.39%-
HSV(B)348.49º44.24%64.71%-
XYZ21.9516.6915.7-
YUV115.42122.68163.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=45.45%
G=25.34%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659210600.440.360.35348.4928.8550.39
HexA55C6A02C242315c1d32
Octal24513415205444435343562
Binary1010010110111001101010010110010010010001110101110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C6A; }

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

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

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

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

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

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

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

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