#A58587

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

Shades of Turkish Rose #A58587

Tints of Turkish Rose #A58587

Color information

#A58587 (or 0xA58587) is unknown color: approx Turkish Rose. HEX triplet: A5, 85 and 87. RGB value is (165,133,135). Sum of RGB (Red+Green+Blue) = 165+133+135=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A58587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58587 is #5A7A78. Grayscale: #8E8E8E. Windows color (decimal): -5929593 or 8881573. OLE color: 8881573.

HSL color Cylindrical-coordinate representation of color #A58587: hue angle of 356.25º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A58587 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB165133135-
CMYK00.190.180.35
HSL356.25º15.09%58.43%-
HSV(B)356.25º19.39%64.71%-
XYZ28.2826.5226.55-
YUV142.8123.6143.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 133 (52.34% from 255) = 30.72%
BLUE value IS 135 (53.12% from 255) = 31.18%
R=38.11%
G=30.72%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513313500.190.180.35356.2515.0958.43
HexA585870131223164f3a
Octal24520520702322435441772
Binary101001011000010110000111010011100101000111011001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58587; }

 p { color: rgb(165,133,135); }

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

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

 a { background-color: rgb(165,133,135); }

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

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

 span { border-color: rgb(165,133,135); }

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