#A6666D

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

Shades of Turkish Rose #A6666D

Tints of Turkish Rose #A6666D

Color information

#A6666D (or 0xA6666D) is unknown color: approx Turkish Rose. HEX triplet: A6, 66 and 6D. RGB value is (166,102,109). Sum of RGB (Red+Green+Blue) = 166+102+109=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6666D is #599992. Grayscale: #797979. Windows color (decimal): -5872019 or 7169702. OLE color: 7169702.

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

Color convert

RGB166102109-
CMYK00.390.340.35
HSL353.44º26.45%52.55%-
HSV(B)353.44º38.55%65.1%-
XYZ23.2418.7116.86-
YUV121.93120.7159.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=44.03%
G=27.06%
B=28.91%

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
Decimal16610210900.390.340.35353.4426.4552.55
HexA6666D02722231611a35
Octal24614615504742435413265
Binary1010011011001101101101010011110001010001110110000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6666D; }

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

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

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

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

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

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

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

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