#A55E66

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

Shades of Turkish Rose #A55E66

Tints of Turkish Rose #A55E66

Color information

#A55E66 (or 0xA55E66) is unknown color: approx Turkish Rose. HEX triplet: A5, 5E and 66. RGB value is (165,94,102). Sum of RGB (Red+Green+Blue) = 165+94+102=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E66 is #5AA199. Grayscale: #747474. Windows color (decimal): -5939610 or 6708901. OLE color: 6708901.

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

Color convert

RGB16594102-
CMYK00.430.380.35
HSL353.24º28.29%50.78%-
HSV(B)353.24º43.03%64.71%-
XYZ21.9216.9614.69-
YUV116.14120.02162.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=45.71%
G=26.04%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659410200.430.380.35353.2428.2950.78
HexA55E6602B26231611c33
Octal24513614605346435413463
Binary1010010110111101100110010101110011010001110110000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E66; }

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

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

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

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

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

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

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

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