#A6697B

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

Shades of Turkish Rose #A6697B

Tints of Turkish Rose #A6697B

Color information

#A6697B (or 0xA6697B) is unknown color: approx Turkish Rose. HEX triplet: A6, 69 and 7B. RGB value is (166,105,123). Sum of RGB (Red+Green+Blue) = 166+105+123=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6697B is #599684. Grayscale: #7D7D7D. Windows color (decimal): -5871237 or 8087974. OLE color: 8087974.

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

Color convert

RGB166105123-
CMYK00.370.260.35
HSL342.3º25.52%53.14%-
HSV(B)342.3º36.75%65.1%-
XYZ24.3519.6421.25-
YUV125.29126.71157.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=42.13%
G=26.65%
B=31.22%

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
Decimal16610512300.370.260.35342.325.5253.14
HexA6697B0251A231561a35
Octal24615117304532435263265
Binary101001101101001111101101001011101010001110101011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6697B; }

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

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

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

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

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

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

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

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