#A66E73

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

Shades of Turkish Rose #A66E73

Tints of Turkish Rose #A66E73

Color information

#A66E73 (or 0xA66E73) is unknown color: approx Turkish Rose. HEX triplet: A6, 6E and 73. RGB value is (166,110,115). Sum of RGB (Red+Green+Blue) = 166+110+115=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66E73 is #59918C. Grayscale: #7F7F7F. Windows color (decimal): -5869965 or 7564966. OLE color: 7564966.

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

Color convert

RGB166110115-
CMYK00.340.310.35
HSL354.64º23.93%54.12%-
HSV(B)354.64º33.73%65.1%-
XYZ24.420.518.89-
YUV127.31121.05155.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 110 (43.36% from 255) = 28.13%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=42.46%
G=28.13%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611011500.340.310.35354.6423.9354.12
HexA66E730221F231631836
Octal24615616304237435433066
Binary101001101101110111001101000101111110001110110001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E73; }

 p { color: rgb(166,110,115); }

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

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

 a { background-color: rgb(166,110,115); }

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

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

 span { border-color: rgb(166,110,115); }

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