#A58586

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

Shades of Turkish Rose #A58586

Tints of Turkish Rose #A58586

Color information

#A58586 (or 0xA58586) is unknown color: approx Turkish Rose. HEX triplet: A5, 85 and 86. RGB value is (165,133,134). Sum of RGB (Red+Green+Blue) = 165+133+134=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A58586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58586 is #5A7A79. Grayscale: #8E8E8E. Windows color (decimal): -5929594 or 8816037. OLE color: 8816037.

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

Color convert

RGB165133134-
CMYK00.190.190.35
HSL358.12º15.09%58.43%-
HSV(B)358.12º19.39%64.71%-
XYZ28.2126.526.18-
YUV142.68123.1143.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=38.19%
G=30.79%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513313400.190.190.35358.1215.0958.43
HexA585860131323166f3a
Octal24520520602323435461772
Binary101001011000010110000110010011100111000111011001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58586; }

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

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

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

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

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

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

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

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