#A6697A

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

Shades of Turkish Rose #A6697A

Tints of Turkish Rose #A6697A

Color information

#A6697A (or 0xA6697A) is unknown color: approx Turkish Rose. HEX triplet: A6, 69 and 7A. RGB value is (166,105,122). Sum of RGB (Red+Green+Blue) = 166+105+122=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6697A is #599685. Grayscale: #7D7D7D. Windows color (decimal): -5871238 or 8022438. OLE color: 8022438.

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

Color convert

RGB166105122-
CMYK00.370.270.35
HSL343.28º25.52%53.14%-
HSV(B)343.28º36.75%65.1%-
XYZ24.2919.6220.92-
YUV125.18126.21157.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=42.24%
G=26.72%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610512200.370.270.35343.2825.5253.14
HexA6697A0251B231571a35
Octal24615117204533435273265
Binary101001101101001111101001001011101110001110101011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6697A; }

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

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

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

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

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

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

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

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