#A55E6E

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

Shades of Turkish Rose #A55E6E

Tints of Turkish Rose #A55E6E

Color information

#A55E6E (or 0xA55E6E) is unknown color: approx Turkish Rose. HEX triplet: A5, 5E and 6E. RGB value is (165,94,110). Sum of RGB (Red+Green+Blue) = 165+94+110=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E6E is #5AA191. Grayscale: #757575. Windows color (decimal): -5939602 or 7233189. OLE color: 7233189.

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

Color convert

RGB16594110-
CMYK00.430.330.35
HSL346.48º28.29%50.78%-
HSV(B)346.48º43.03%64.71%-
XYZ22.3317.1316.88-
YUV117.05124.02162.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=44.72%
G=25.47%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659411000.430.330.35346.4828.2950.78
HexA55E6E02B212315a1c33
Octal24513615605341435323463
Binary1010010110111101101110010101110000110001110101101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E6E; }

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

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

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

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

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

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

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

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