#A86B75

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

Shades of Turkish Rose #A86B75

Tints of Turkish Rose #A86B75

Color information

#A86B75 (or 0xA86B75) is unknown color: approx Turkish Rose. HEX triplet: A8, 6B and 75. RGB value is (168,107,117). Sum of RGB (Red+Green+Blue) = 168+107+117=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86B75 is #57948A. Grayscale: #7E7E7E. Windows color (decimal): -5739659 or 7695272. OLE color: 7695272.

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

Color convert

RGB168107117-
CMYK00.360.300.34
HSL350.16º25.96%53.92%-
HSV(B)350.16º36.31%65.88%-
XYZ24.6220.1219.42-
YUV126.38122.71157.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=42.86%
G=27.30%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810711700.360.300.34350.1625.9653.92
HexA86B750241E2215e1a36
Octal25015316504436425363266
Binary101010001101011111010101001001111010001010101111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86B75; }

 p { color: rgb(168,107,117); }

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

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

 a { background-color: rgb(168,107,117); }

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

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

 span { border-color: rgb(168,107,117); }

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