#A6686B

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

Shades of Turkish Rose #A6686B

Tints of Turkish Rose #A6686B

Color information

#A6686B (or 0xA6686B) is unknown color: approx Turkish Rose. HEX triplet: A6, 68 and 6B. RGB value is (166,104,107). Sum of RGB (Red+Green+Blue) = 166+104+107=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6686B is #599794. Grayscale: #7A7A7A. Windows color (decimal): -5871509 or 7039142. OLE color: 7039142.

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

Color convert

RGB166104107-
CMYK00.370.360.35
HSL357.1º25.83%52.94%-
HSV(B)357.1º37.35%65.1%-
XYZ23.3319.0716.36-
YUV122.88119.04158.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=44.03%
G=27.59%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610410700.370.360.35357.125.8352.94
HexA6686B02524231651a35
Octal24615015304544435453265
Binary1010011011010001101011010010110010010001110110010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6686B; }

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

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

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

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

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

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

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

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