#A55F63

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

Shades of Turkish Rose #A55F63

Tints of Turkish Rose #A55F63

Color information

#A55F63 (or 0xA55F63) is unknown color: approx Turkish Rose. HEX triplet: A5, 5F and 63. RGB value is (165,95,99). Sum of RGB (Red+Green+Blue) = 165+95+99=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F63 is #5AA09C. Grayscale: #747474. Windows color (decimal): -5939357 or 6512549. OLE color: 6512549.

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

Color convert

RGB1659599-
CMYK00.420.400.35
HSL356.57º28%50.98%-
HSV(B)356.57º42.42%64.71%-
XYZ21.8617.0813.95-
YUV116.39118.19162.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 99 (39.06% from 255) = 27.58%
R=45.96%
G=26.46%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165959900.420.400.35356.572850.98
HexA55F6302A28231651c33
Octal24513714305250435453463
Binary1010010110111111100011010101010100010001110110010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F63; }

 p { color: rgb(165,95,99); }

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

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

 a { background-color: rgb(165,95,99); }

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

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

 span { border-color: rgb(165,95,99); }

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