#A6747F

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

Shades of Turkish Rose #A6747F

Tints of Turkish Rose #A6747F

Color information

#A6747F (or 0xA6747F) is unknown color: approx Turkish Rose. HEX triplet: A6, 74 and 7F. RGB value is (166,116,127). Sum of RGB (Red+Green+Blue) = 166+116+127=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6747F is #598B80. Grayscale: #848484. Windows color (decimal): -5868417 or 8352934. OLE color: 8352934.

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

Color convert

RGB166116127-
CMYK00.300.230.35
HSL346.8º21.93%55.29%-
HSV(B)346.8º30.12%65.1%-
XYZ25.822.1322.99-
YUV132.2125.06152.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 116 (45.70% from 255) = 28.36%
BLUE value IS 127 (50% from 255) = 31.05%
R=40.59%
G=28.36%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611612700.300.230.35346.821.9355.29
HexA6747F01E172315b1637
Octal24616417703627435332667
Binary10100110111010011111110111101011110001110101101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6747F; }

 p { color: rgb(166,116,127); }

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

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

 a { background-color: rgb(166,116,127); }

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

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

 span { border-color: rgb(166,116,127); }

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