#A55E6A

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

Shades of Turkish Rose #A55E6A

Tints of Turkish Rose #A55E6A

Color information

#A55E6A (or 0xA55E6A) is unknown color: approx Turkish Rose. HEX triplet: A5, 5E and 6A. RGB value is (165,94,106). Sum of RGB (Red+Green+Blue) = 165+94+106=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E6A is #5AA195. Grayscale: #747474. Windows color (decimal): -5939606 or 6971045. OLE color: 6971045.

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

Color convert

RGB16594106-
CMYK00.430.360.35
HSL349.86º28.29%50.78%-
HSV(B)349.86º43.03%64.71%-
XYZ22.1217.0515.76-
YUV116.6122.02162.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.21%
GREEN value IS 94 (37.11% from 255) = 25.75%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=45.21%
G=25.75%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659410600.430.360.35349.8628.2950.78
HexA55E6A02B242315e1c33
Octal24513615205344435363463
Binary1010010110111101101010010101110010010001110101111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E6A; }

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

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

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

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

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

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

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

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