#A18688

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

Shades of Turkish Rose #A18688

Tints of Turkish Rose #A18688

Color information

#A18688 (or 0xA18688) is unknown color: approx Turkish Rose. HEX triplet: A1, 86 and 88. RGB value is (161,134,136). Sum of RGB (Red+Green+Blue) = 161+134+136=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A18688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18688 is #5E7977. Grayscale: #8E8E8E. Windows color (decimal): -6191480 or 8947361. OLE color: 8947361.

HSL color Cylindrical-coordinate representation of color #A18688: hue angle of 355.56º 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 #A18688 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB161134136-
CMYK00.170.160.37
HSL355.56º12.56%57.84%-
HSV(B)355.56º16.77%63.14%-
XYZ27.6726.426.93-
YUV142.3124.45141.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=37.35%
G=31.09%
B=31.55%

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
Decimal16113413600.170.160.37355.5612.5657.84
HexA186880111025164d3a
Octal24120621002120455441572
Binary101000011000011010001000010001100001001011011001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18688; }

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

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

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

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

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

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

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

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