#A55E6B

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

Shades of Turkish Rose #A55E6B

Tints of Turkish Rose #A55E6B

Color information

#A55E6B (or 0xA55E6B) is unknown color: approx Turkish Rose. HEX triplet: A5, 5E and 6B. RGB value is (165,94,107). Sum of RGB (Red+Green+Blue) = 165+94+107=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E6B is #5AA194. Grayscale: #747474. Windows color (decimal): -5939605 or 7036581. OLE color: 7036581.

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

Color convert

RGB16594107-
CMYK00.430.350.35
HSL349.01º28.29%50.78%-
HSV(B)349.01º43.03%64.71%-
XYZ22.1717.0716.04-
YUV116.71122.52162.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=45.08%
G=25.68%
B=29.23%

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
Decimal1659410700.430.350.35349.0128.2950.78
HexA55E6B02B232315d1c33
Octal24513615305343435353463
Binary1010010110111101101011010101110001110001110101110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E6B; }

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

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

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

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

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

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

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

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