#A86B6E

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

Shades of Turkish Rose #A86B6E

Tints of Turkish Rose #A86B6E

Color information

#A86B6E (or 0xA86B6E) is unknown color: approx Turkish Rose. HEX triplet: A8, 6B and 6E. RGB value is (168,107,110). Sum of RGB (Red+Green+Blue) = 168+107+110=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86B6E is #579491. Grayscale: #7D7D7D. Windows color (decimal): -5739666 or 7236520. OLE color: 7236520.

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

Color convert

RGB168107110-
CMYK00.360.350.34
HSL357.05º25.96%53.92%-
HSV(B)357.05º36.31%65.88%-
XYZ24.2219.9717.33-
YUV125.58119.21158.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=43.64%
G=27.79%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810711000.360.350.34357.0525.9653.92
HexA86B6E02423221651a36
Octal25015315604443425453266
Binary1010100011010111101110010010010001110001010110010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86B6E; }

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

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

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

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

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

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

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

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