#A6757B

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

Shades of Turkish Rose #A6757B

Tints of Turkish Rose #A6757B

Color information

#A6757B (or 0xA6757B) is unknown color: approx Turkish Rose. HEX triplet: A6, 75 and 7B. RGB value is (166,117,123). Sum of RGB (Red+Green+Blue) = 166+117+123=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6757B is #598A84. Grayscale: #848484. Windows color (decimal): -5868165 or 8091046. OLE color: 8091046.

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

Color convert

RGB166117123-
CMYK00.300.260.35
HSL352.65º21.59%55.49%-
HSV(B)352.65º29.52%65.1%-
XYZ25.6622.2621.68-
YUV132.34122.73152.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=40.89%
G=28.82%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611712300.300.260.35352.6521.5955.49
HexA6757B01E1A231611637
Octal24616517303632435412667
Binary10100110111010111110110111101101010001110110000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6757B; }

 p { color: rgb(166,117,123); }

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

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

 a { background-color: rgb(166,117,123); }

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

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

 span { border-color: rgb(166,117,123); }

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