#A87F83

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

Shades of Turkish Rose #A87F83

Tints of Turkish Rose #A87F83

Color information

#A87F83 (or 0xA87F83) is unknown color: approx Turkish Rose. HEX triplet: A8, 7F and 83. RGB value is (168,127,131). Sum of RGB (Red+Green+Blue) = 168+127+131=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F83 is #57807C. Grayscale: #8B8B8B. Windows color (decimal): -5734525 or 8617896. OLE color: 8617896.

HSL color Cylindrical-coordinate representation of color #A87F83: hue angle of 354.15º 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 #A87F83 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB168127131-
CMYK00.240.220.34
HSL354.15º19.07%57.84%-
HSV(B)354.15º24.4%65.88%-
XYZ27.8325.1424.86-
YUV139.72123.08148.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=39.44%
G=29.81%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812713100.240.220.34354.1519.0757.84
HexA87F830181622162133a
Octal25017720303026425422372
Binary101010001111111100000110110001011010001010110001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F83; }

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

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

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

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

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

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

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

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