#AD8687

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

Shades of Turkish Rose #AD8687

Tints of Turkish Rose #AD8687

Color information

#AD8687 (or 0xAD8687) is unknown color: approx Turkish Rose. HEX triplet: AD, 86 and 87. RGB value is (173,134,135). Sum of RGB (Red+Green+Blue) = 173+134+135=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8687 is #527978. Grayscale: #919191. Windows color (decimal): -5405049 or 8881837. OLE color: 8881837.

HSL color Cylindrical-coordinate representation of color #AD8687: hue angle of 358.46º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD8687 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB173134135-
CMYK00.230.220.32
HSL358.46º19.21%60.2%-
HSV(B)358.46º22.54%67.84%-
XYZ30.1327.6826.68-
YUV145.77121.92147.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 135 (53.12% from 255) = 30.54%
R=39.14%
G=30.32%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313413500.230.220.32358.4619.2160.2
HexAD86870171620166133c
Octal25520620702726405462374
Binary1010110110000110100001110101111011010000010110011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8687; }

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

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

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

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

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

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

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

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