#A6707A

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

Shades of Turkish Rose #A6707A

Tints of Turkish Rose #A6707A

Color information

#A6707A (or 0xA6707A) is unknown color: approx Turkish Rose. HEX triplet: A6, 70 and 7A. RGB value is (166,112,122). Sum of RGB (Red+Green+Blue) = 166+112+122=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A6707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6707A is #598F85. Grayscale: #818181. Windows color (decimal): -5869446 or 8024230. OLE color: 8024230.

HSL color Cylindrical-coordinate representation of color #A6707A: hue angle of 348.89º 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 #A6707A is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB166112122-
CMYK00.330.270.35
HSL348.89º23.28%54.51%-
HSV(B)348.89º32.53%65.1%-
XYZ25.0321.121.17-
YUV129.29123.89154.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.5%
GREEN value IS 112 (44.14% from 255) = 28%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=41.5%
G=28%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611212200.330.270.35348.8923.2854.51
HexA6707A0211B2315d1737
Octal24616017204133435352767
Binary101001101110000111101001000011101110001110101110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6707A; }

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

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

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

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

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

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

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

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