#A55F73

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

Shades of Turkish Rose #A55F73

Tints of Turkish Rose #A55F73

Color information

#A55F73 (or 0xA55F73) is unknown color: approx Turkish Rose. HEX triplet: A5, 5F and 73. RGB value is (165,95,115). Sum of RGB (Red+Green+Blue) = 165+95+115=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F73 is #5AA08C. Grayscale: #767676. Windows color (decimal): -5939341 or 7561125. OLE color: 7561125.

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

Color convert

RGB16595115-
CMYK00.420.300.35
HSL342.86º28%50.98%-
HSV(B)342.86º42.42%64.71%-
XYZ22.717.4218.39-
YUV118.21126.19161.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 95 (37.5% from 255) = 25.33%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=44%
G=25.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659511500.420.300.35342.862850.98
HexA55F7302A1E231571c33
Octal24513716305236435273463
Binary101001011011111111001101010101111010001110101011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F73; }

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

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

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

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

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

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

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

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