#A6707E

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

Shades of Turkish Rose #A6707E

Tints of Turkish Rose #A6707E

Color information

#A6707E (or 0xA6707E) is unknown color: approx Turkish Rose. HEX triplet: A6, 70 and 7E. RGB value is (166,112,126). Sum of RGB (Red+Green+Blue) = 166+112+126=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6707E is #598F81. Grayscale: #818181. Windows color (decimal): -5869442 or 8286374. OLE color: 8286374.

HSL color Cylindrical-coordinate representation of color #A6707E: hue angle of 344.44º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6707E is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB166112126-
CMYK00.330.240.35
HSL344.44º23.28%54.51%-
HSV(B)344.44º32.53%65.1%-
XYZ25.2921.222.5-
YUV129.74125.89153.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=41.09%
G=27.72%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611212600.330.240.35344.4423.2854.51
HexA6707E02118231581737
Octal24616017604130435302767
Binary101001101110000111111001000011100010001110101100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6707E; }

 p { color: rgb(166,112,126); }

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

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

 a { background-color: rgb(166,112,126); }

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

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

 span { border-color: rgb(166,112,126); }

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