#A6646E

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

Shades of Turkish Rose #A6646E

Tints of Turkish Rose #A6646E

Color information

#A6646E (or 0xA6646E) is unknown color: approx Turkish Rose. HEX triplet: A6, 64 and 6E. RGB value is (166,100,110). Sum of RGB (Red+Green+Blue) = 166+100+110=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6646E is #599B91. Grayscale: #787878. Windows color (decimal): -5872530 or 7234726. OLE color: 7234726.

HSL color Cylindrical-coordinate representation of color #A6646E: hue angle of 350.91º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6646E is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB166100110-
CMYK00.400.340.35
HSL350.91º27.05%52.16%-
HSV(B)350.91º39.76%65.1%-
XYZ23.118.3517.08-
YUV120.87121.87160.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=44.15%
G=26.60%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610011000.400.340.35350.9127.0552.16
HexA6646E028222315f1b34
Octal24614415605042435373364
Binary1010011011001001101110010100010001010001110101111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6646E; }

 p { color: rgb(166,100,110); }

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

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

 a { background-color: rgb(166,100,110); }

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

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

 span { border-color: rgb(166,100,110); }

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