#A06D79

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

Shades of Turkish Rose #A06D79

Tints of Turkish Rose #A06D79

Color information

#A06D79 (or 0xA06D79) is unknown color: approx Turkish Rose. HEX triplet: A0, 6D and 79. RGB value is (160,109,121). Sum of RGB (Red+Green+Blue) = 160+109+121=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D79 is #5F9286. Grayscale: #7D7D7D. Windows color (decimal): -6263431 or 7957920. OLE color: 7957920.

HSL color Cylindrical-coordinate representation of color #A06D79: hue angle of 345.88º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06D79 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB160109121-
CMYK00.320.240.37
HSL345.88º21.16%52.75%-
HSV(B)345.88º31.87%62.75%-
XYZ23.4219.7920.68-
YUV125.62125.4152.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=41.03%
G=27.95%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010912100.320.240.37345.8821.1652.75
HexA06D79020182515a1535
Octal24015517104030455322565
Binary101000001101101111100101000001100010010110101101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06D79; }

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

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

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

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

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

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

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

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