#A87F80

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

Shades of Turkish Rose #A87F80

Tints of Turkish Rose #A87F80

Color information

#A87F80 (or 0xA87F80) is unknown color: approx Turkish Rose. HEX triplet: A8, 7F and 80. RGB value is (168,127,128). Sum of RGB (Red+Green+Blue) = 168+127+128=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F80 is #57807F. Grayscale: #8B8B8B. Windows color (decimal): -5734528 or 8421288. OLE color: 8421288.

HSL color Cylindrical-coordinate representation of color #A87F80: hue angle of 358.54º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A87F80 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB168127128-
CMYK00.240.240.34
HSL358.54º19.07%57.84%-
HSV(B)358.54º24.4%65.88%-
XYZ27.6325.0623.8-
YUV139.37121.58148.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=39.72%
G=30.02%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812712800.240.240.34358.5419.0757.84
HexA87F800181822167133a
Octal25017720003030425472372
Binary101010001111111100000000110001100010001010110011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F80; }

 p { color: rgb(168,127,128); }

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

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

 a { background-color: rgb(168,127,128); }

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

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

 span { border-color: rgb(168,127,128); }

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