#A6666F

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

Shades of Turkish Rose #A6666F

Tints of Turkish Rose #A6666F

Color information

#A6666F (or 0xA6666F) is unknown color: approx Turkish Rose. HEX triplet: A6, 66 and 6F. RGB value is (166,102,111). Sum of RGB (Red+Green+Blue) = 166+102+111=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A6666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6666F is #599990. Grayscale: #7A7A7A. Windows color (decimal): -5872017 or 7300774. OLE color: 7300774.

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

Color convert

RGB166102111-
CMYK00.390.330.35
HSL351.56º26.45%52.55%-
HSV(B)351.56º38.55%65.1%-
XYZ23.3518.7617.43-
YUV122.16121.7159.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=43.80%
G=26.91%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610211100.390.330.35351.5626.4552.55
HexA6666F02721231601a35
Octal24614615704741435403265
Binary1010011011001101101111010011110000110001110110000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6666F; }

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

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

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

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

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

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

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

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