#A86A7B

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

Shades of Turkish Rose #A86A7B

Tints of Turkish Rose #A86A7B

Color information

#A86A7B (or 0xA86A7B) is unknown color: approx Turkish Rose. HEX triplet: A8, 6A and 7B. RGB value is (168,106,123). Sum of RGB (Red+Green+Blue) = 168+106+123=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86A7B is #579584. Grayscale: #7E7E7E. Windows color (decimal): -5739909 or 8088232. OLE color: 8088232.

HSL color Cylindrical-coordinate representation of color #A86A7B: hue angle of 343.55º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A86A7B is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB168106123-
CMYK00.370.270.34
HSL343.55º26.27%53.73%-
HSV(B)343.55º36.9%65.88%-
XYZ24.8820.0621.3-
YUV126.48126.04157.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=42.32%
G=26.70%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810612300.370.270.34343.5526.2753.73
HexA86A7B0251B221581a36
Octal25015217304533425303266
Binary101010001101010111101101001011101110001010101100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86A7B; }

 p { color: rgb(168,106,123); }

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

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

 a { background-color: rgb(168,106,123); }

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

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

 span { border-color: rgb(168,106,123); }

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