#A6687B

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

Shades of Turkish Rose #A6687B

Tints of Turkish Rose #A6687B

Color information

#A6687B (or 0xA6687B) is unknown color: approx Turkish Rose. HEX triplet: A6, 68 and 7B. RGB value is (166,104,123). Sum of RGB (Red+Green+Blue) = 166+104+123=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6687B is #599784. Grayscale: #7C7C7C. Windows color (decimal): -5871493 or 8087718. OLE color: 8087718.

HSL color Cylindrical-coordinate representation of color #A6687B: hue angle of 341.61º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6687B is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB166104123-
CMYK00.370.260.35
HSL341.61º25.83%52.94%-
HSV(B)341.61º37.35%65.1%-
XYZ24.2519.4421.21-
YUV124.7127.04157.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=42.24%
G=26.46%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610412300.370.260.35341.6125.8352.94
HexA6687B0251A231561a35
Octal24615017304532435263265
Binary101001101101000111101101001011101010001110101011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6687B; }

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

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

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

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

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

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

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

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