#A66C7B

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

Shades of Turkish Rose #A66C7B

Tints of Turkish Rose #A66C7B

Color information

#A66C7B (or 0xA66C7B) is unknown color: approx Turkish Rose. HEX triplet: A6, 6C and 7B. RGB value is (166,108,123). Sum of RGB (Red+Green+Blue) = 166+108+123=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66C7B is #599384. Grayscale: #7F7F7F. Windows color (decimal): -5870469 or 8088742. OLE color: 8088742.

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

Color convert

RGB166108123-
CMYK00.350.260.35
HSL344.48º24.58%53.73%-
HSV(B)344.48º34.94%65.1%-
XYZ24.6620.2621.35-
YUV127.05125.72155.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=41.81%
G=27.20%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610812300.350.260.35344.4824.5853.73
HexA66C7B0231A231581936
Octal24615417304332435303166
Binary101001101101100111101101000111101010001110101100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C7B; }

 p { color: rgb(166,108,123); }

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

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

 a { background-color: rgb(166,108,123); }

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

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

 span { border-color: rgb(166,108,123); }

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