#A55E6C

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

Shades of Turkish Rose #A55E6C

Tints of Turkish Rose #A55E6C

Color information

#A55E6C (or 0xA55E6C) is unknown color: approx Turkish Rose. HEX triplet: A5, 5E and 6C. RGB value is (165,94,108). Sum of RGB (Red+Green+Blue) = 165+94+108=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E6C is #5AA193. Grayscale: #747474. Windows color (decimal): -5939604 or 7102117. OLE color: 7102117.

HSL color Cylindrical-coordinate representation of color #A55E6C: hue angle of 348.17º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A55E6C is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16594108-
CMYK00.430.350.35
HSL348.17º28.29%50.78%-
HSV(B)348.17º43.03%64.71%-
XYZ22.2317.0916.31-
YUV116.82123.02162.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 94 (37.11% from 255) = 25.61%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=44.96%
G=25.61%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659410800.430.350.35348.1728.2950.78
HexA55E6C02B232315c1c33
Octal24513615405343435343463
Binary1010010110111101101100010101110001110001110101110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E6C; }

 p { color: rgb(165,94,108); }

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

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

 a { background-color: rgb(165,94,108); }

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

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

 span { border-color: rgb(165,94,108); }

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