#A6666A

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

Shades of Turkish Rose #A6666A

Tints of Turkish Rose #A6666A

Color information

#A6666A (or 0xA6666A) is unknown color: approx Turkish Rose. HEX triplet: A6, 66 and 6A. RGB value is (166,102,106). Sum of RGB (Red+Green+Blue) = 166+102+106=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A6666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6666A is #599995. Grayscale: #797979. Windows color (decimal): -5872022 or 6973094. OLE color: 6973094.

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

Color convert

RGB166102106-
CMYK00.390.360.35
HSL356.25º26.45%52.55%-
HSV(B)356.25º38.55%65.1%-
XYZ23.0818.6516.02-
YUV121.59119.2159.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=44.39%
G=27.27%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610210600.390.360.35356.2526.4552.55
HexA6666A02724231641a35
Octal24614615204744435443265
Binary1010011011001101101010010011110010010001110110010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6666A; }

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

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

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

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

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

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

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

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