#A86B79

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

Shades of Turkish Rose #A86B79

Tints of Turkish Rose #A86B79

Color information

#A86B79 (or 0xA86B79) is unknown color: approx Turkish Rose. HEX triplet: A8, 6B and 79. RGB value is (168,107,121). Sum of RGB (Red+Green+Blue) = 168+107+121=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86B79 is #579486. Grayscale: #7E7E7E. Windows color (decimal): -5739655 or 7957416. OLE color: 7957416.

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

Color convert

RGB168107121-
CMYK00.360.280.34
HSL346.23º25.96%53.92%-
HSV(B)346.23º36.31%65.88%-
XYZ24.8620.2220.68-
YUV126.84124.71157.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 107 (42.19% from 255) = 27.02%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=42.42%
G=27.02%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810712100.360.280.34346.2325.9653.92
HexA86B790241C2215a1a36
Octal25015317104434425323266
Binary101010001101011111100101001001110010001010101101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86B79; }

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

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

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

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

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

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

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

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