#A66669

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

Shades of Turkish Rose #A66669

Tints of Turkish Rose #A66669

Color information

#A66669 (or 0xA66669) is unknown color: approx Turkish Rose. HEX triplet: A6, 66 and 69. RGB value is (166,102,105). Sum of RGB (Red+Green+Blue) = 166+102+105=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A66669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66669 is #599996. Grayscale: #797979. Windows color (decimal): -5872023 or 6907558. OLE color: 6907558.

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

Color convert

RGB166102105-
CMYK00.390.370.35
HSL357.19º26.45%52.55%-
HSV(B)357.19º38.55%65.1%-
XYZ23.0318.6315.75-
YUV121.48118.7159.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=44.50%
G=27.35%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610210500.390.370.35357.1926.4552.55
HexA6666902725231651a35
Octal24614615104745435453265
Binary1010011011001101101001010011110010110001110110010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66669; }

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

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

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

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

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

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

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

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