#A58588

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

Shades of Turkish Rose #A58588

Tints of Turkish Rose #A58588

Color information

#A58588 (or 0xA58588) is unknown color: approx Turkish Rose. HEX triplet: A5, 85 and 88. RGB value is (165,133,136). Sum of RGB (Red+Green+Blue) = 165+133+136=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A58588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58588 is #5A7A77. Grayscale: #8E8E8E. Windows color (decimal): -5929592 or 8947109. OLE color: 8947109.

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

Color convert

RGB165133136-
CMYK00.190.180.35
HSL354.38º15.09%58.43%-
HSV(B)354.38º19.39%64.71%-
XYZ28.3526.5526.92-
YUV142.91124.1143.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 136 (53.52% from 255) = 31.34%
R=38.02%
G=30.65%
B=31.34%

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
Decimal16513313600.190.180.35354.3815.0958.43
HexA585880131223162f3a
Octal24520521002322435421772
Binary101001011000010110001000010011100101000111011000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58588; }

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

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

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

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

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

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

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

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