#A66672

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

Shades of Turkish Rose #A66672

Tints of Turkish Rose #A66672

Color information

#A66672 (or 0xA66672) is unknown color: approx Turkish Rose. HEX triplet: A6, 66 and 72. RGB value is (166,102,114). Sum of RGB (Red+Green+Blue) = 166+102+114=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A66672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66672 is #59998D. Grayscale: #7A7A7A. Windows color (decimal): -5872014 or 7497382. OLE color: 7497382.

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

Color convert

RGB166102114-
CMYK00.390.310.35
HSL348.75º26.45%52.55%-
HSV(B)348.75º38.55%65.1%-
XYZ23.5118.8218.31-
YUV122.5123.2159.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=43.46%
G=26.70%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610211400.390.310.35348.7526.4552.55
HexA666720271F2315d1a35
Octal24614616204737435353265
Binary101001101100110111001001001111111110001110101110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66672; }

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

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

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

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

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

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

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

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