#A6656D

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

Shades of Turkish Rose #A6656D

Tints of Turkish Rose #A6656D

Color information

#A6656D (or 0xA6656D) is unknown color: approx Turkish Rose. HEX triplet: A6, 65 and 6D. RGB value is (166,101,109). Sum of RGB (Red+Green+Blue) = 166+101+109=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6656D is #599A92. Grayscale: #797979. Windows color (decimal): -5872275 or 7169446. OLE color: 7169446.

HSL color Cylindrical-coordinate representation of color #A6656D: hue angle of 352.62º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6656D is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB166101109-
CMYK00.390.340.35
HSL352.62º26.75%52.35%-
HSV(B)352.62º39.16%65.1%-
XYZ23.1418.5216.82-
YUV121.35121.03159.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=44.15%
G=26.86%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610110900.390.340.35352.6226.7552.35
HexA6656D02722231611b34
Octal24614515504742435413364
Binary1010011011001011101101010011110001010001110110000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6656D; }

 p { color: rgb(166,101,109); }

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

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

 a { background-color: rgb(166,101,109); }

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

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

 span { border-color: rgb(166,101,109); }

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