#A6737B

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

Shades of Turkish Rose #A6737B

Tints of Turkish Rose #A6737B

Color information

#A6737B (or 0xA6737B) is unknown color: approx Turkish Rose. HEX triplet: A6, 73 and 7B. RGB value is (166,115,123). Sum of RGB (Red+Green+Blue) = 166+115+123=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6737B is #598C84. Grayscale: #838383. Windows color (decimal): -5868677 or 8090534. OLE color: 8090534.

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

Color convert

RGB166115123-
CMYK00.310.260.35
HSL350.59º22.27%55.1%-
HSV(B)350.59º30.72%65.1%-
XYZ25.4321.821.61-
YUV131.16123.4152.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 115 (45.31% from 255) = 28.47%
BLUE value IS 123 (48.44% from 255) = 30.45%
R=41.09%
G=28.47%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611512300.310.260.35350.5922.2755.1
HexA6737B01F1A2315f1637
Octal24616317303732435372667
Binary10100110111001111110110111111101010001110101111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6737B; }

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

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

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

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

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

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

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

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