#A6686A

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

Shades of Turkish Rose #A6686A

Tints of Turkish Rose #A6686A

Color information

#A6686A (or 0xA6686A) is unknown color: approx Turkish Rose. HEX triplet: A6, 68 and 6A. RGB value is (166,104,106). Sum of RGB (Red+Green+Blue) = 166+104+106=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6686A is #599795. Grayscale: #7A7A7A. Windows color (decimal): -5871510 or 6973606. OLE color: 6973606.

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

Color convert

RGB166104106-
CMYK00.370.360.35
HSL358.06º25.83%52.94%-
HSV(B)358.06º37.35%65.1%-
XYZ23.2819.0516.09-
YUV122.77118.54158.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 106 (41.80% from 255) = 28.19%
R=44.15%
G=27.66%
B=28.19%

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
Decimal16610410600.370.360.35358.0625.8352.94
HexA6686A02524231661a35
Octal24615015204544435463265
Binary1010011011010001101010010010110010010001110110011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6686A; }

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

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

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

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

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

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

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

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