#A58688

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

Shades of Turkish Rose #A58688

Tints of Turkish Rose #A58688

Color information

#A58688 (or 0xA58688) is unknown color: approx Turkish Rose. HEX triplet: A5, 86 and 88. RGB value is (165,134,136). Sum of RGB (Red+Green+Blue) = 165+134+136=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A58688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58688 is #5A7977. Grayscale: #8F8F8F. Windows color (decimal): -5929336 or 8947365. OLE color: 8947365.

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

Color convert

RGB165134136-
CMYK00.190.180.35
HSL356.13º14.69%58.63%-
HSV(B)356.13º18.79%64.71%-
XYZ28.4926.8326.97-
YUV143.5123.77143.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=37.93%
G=30.80%
B=31.26%

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
Decimal16513413600.190.180.35356.1314.6958.63
HexA586880131223164f3b
Octal24520621002322435441773
Binary101001011000011010001000010011100101000111011001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58688; }

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

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

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

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

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

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

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

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