#A86D79

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

Shades of Turkish Rose #A86D79

Tints of Turkish Rose #A86D79

Color information

#A86D79 (or 0xA86D79) is unknown color: approx Turkish Rose. HEX triplet: A8, 6D and 79. RGB value is (168,109,121). Sum of RGB (Red+Green+Blue) = 168+109+121=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86D79 is #579286. Grayscale: #808080. Windows color (decimal): -5739143 or 7957928. OLE color: 7957928.

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

Color convert

RGB168109121-
CMYK00.350.280.34
HSL347.8º25.32%54.31%-
HSV(B)347.8º35.12%65.88%-
XYZ25.0720.6420.75-
YUV128.01124.05156.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=42.21%
G=27.39%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810912100.350.280.34347.825.3254.31
HexA86D790231C2215c1936
Octal25015517104334425343166
Binary101010001101101111100101000111110010001010101110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D79; }

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

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

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

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

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

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

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

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