#A18687

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

Shades of Turkish Rose #A18687

Tints of Turkish Rose #A18687

Color information

#A18687 (or 0xA18687) is unknown color: approx Turkish Rose. HEX triplet: A1, 86 and 87. RGB value is (161,134,135). Sum of RGB (Red+Green+Blue) = 161+134+135=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A18687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18687 is #5E7978. Grayscale: #8E8E8E. Windows color (decimal): -6191481 or 8881825. OLE color: 8881825.

HSL color Cylindrical-coordinate representation of color #A18687: hue angle of 357.78º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18687 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB161134135-
CMYK00.170.160.37
HSL357.78º12.56%57.84%-
HSV(B)357.78º16.77%63.14%-
XYZ27.626.3826.56-
YUV142.19123.95141.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 135 (53.12% from 255) = 31.40%
R=37.44%
G=31.16%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113413500.170.160.37357.7812.5657.84
HexA186870111025166d3a
Octal24120620702120455461572
Binary101000011000011010000111010001100001001011011001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18687; }

 p { color: rgb(161,134,135); }

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

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

 a { background-color: rgb(161,134,135); }

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

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

 span { border-color: rgb(161,134,135); }

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