#A06F7C

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

Shades of Turkish Rose #A06F7C

Tints of Turkish Rose #A06F7C

Color information

#A06F7C (or 0xA06F7C) is unknown color: approx Turkish Rose. HEX triplet: A0, 6F and 7C. RGB value is (160,111,124). Sum of RGB (Red+Green+Blue) = 160+111+124=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F7C is #5F9083. Grayscale: #7F7F7F. Windows color (decimal): -6262916 or 8155040. OLE color: 8155040.

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

Color convert

RGB160111124-
CMYK00.310.220.37
HSL344.08º20.5%53.14%-
HSV(B)344.08º30.63%62.75%-
XYZ23.8220.321.73-
YUV127.13126.23151.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=40.51%
G=28.10%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011112400.310.220.37344.0820.553.14
HexA06F7C01F16251581535
Octal24015717403726455302565
Binary10100000110111111111000111111011010010110101100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06F7C; }

 p { color: rgb(160,111,124); }

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

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

 a { background-color: rgb(160,111,124); }

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

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

 span { border-color: rgb(160,111,124); }

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