#A55D6D

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

Shades of Turkish Rose #A55D6D

Tints of Turkish Rose #A55D6D

Color information

#A55D6D (or 0xA55D6D) is unknown color: approx Turkish Rose. HEX triplet: A5, 5D and 6D. RGB value is (165,93,109). Sum of RGB (Red+Green+Blue) = 165+93+109=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55D6D is #5AA292. Grayscale: #747474. Windows color (decimal): -5939859 or 7167397. OLE color: 7167397.

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

Color convert

RGB16593109-
CMYK00.440.340.35
HSL346.67º28.57%50.59%-
HSV(B)346.67º43.64%64.71%-
XYZ22.1916.9316.57-
YUV116.35123.85162.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=44.96%
G=25.34%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659310900.440.340.35346.6728.5750.59
HexA55D6D02C222315b1d33
Octal24513515505442435333563
Binary1010010110111011101101010110010001010001110101101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55D6D; }

 p { color: rgb(165,93,109); }

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

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

 a { background-color: rgb(165,93,109); }

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

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

 span { border-color: rgb(165,93,109); }

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