#A6686E

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

Shades of Turkish Rose #A6686E

Tints of Turkish Rose #A6686E

Color information

#A6686E (or 0xA6686E) is unknown color: approx Turkish Rose. HEX triplet: A6, 68 and 6E. RGB value is (166,104,110). Sum of RGB (Red+Green+Blue) = 166+104+110=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A6686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6686E is #599791. Grayscale: #7B7B7B. Windows color (decimal): -5871506 or 7235750. OLE color: 7235750.

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

Color convert

RGB166104110-
CMYK00.370.340.35
HSL354.19º25.83%52.94%-
HSV(B)354.19º37.35%65.1%-
XYZ23.4919.1317.21-
YUV123.22120.54158.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=43.68%
G=27.37%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610411000.370.340.35354.1925.8352.94
HexA6686E02522231621a35
Octal24615015604542435423265
Binary1010011011010001101110010010110001010001110110001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6686E; }

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

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

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

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

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

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

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

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