#A6727C

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

Shades of Turkish Rose #A6727C

Tints of Turkish Rose #A6727C

Color information

#A6727C (or 0xA6727C) is unknown color: approx Turkish Rose. HEX triplet: A6, 72 and 7C. RGB value is (166,114,124). Sum of RGB (Red+Green+Blue) = 166+114+124=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6727C is #598D83. Grayscale: #828282. Windows color (decimal): -5868932 or 8155814. OLE color: 8155814.

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

Color convert

RGB166114124-
CMYK00.310.250.35
HSL348.46º22.61%54.9%-
HSV(B)348.46º31.33%65.1%-
XYZ25.3821.621.9-
YUV130.69124.23153.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 114 (44.92% from 255) = 28.22%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=41.09%
G=28.22%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611412400.310.250.35348.4622.6154.9
HexA6727C01F192315c1737
Octal24616217403731435342767
Binary10100110111001011111000111111100110001110101110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6727C; }

 p { color: rgb(166,114,124); }

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

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

 a { background-color: rgb(166,114,124); }

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

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

 span { border-color: rgb(166,114,124); }

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