#A66E75

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

Shades of Turkish Rose #A66E75

Tints of Turkish Rose #A66E75

Color information

#A66E75 (or 0xA66E75) is unknown color: approx Turkish Rose. HEX triplet: A6, 6E and 75. RGB value is (166,110,117). Sum of RGB (Red+Green+Blue) = 166+110+117=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66E75 is #59918A. Grayscale: #7F7F7F. Windows color (decimal): -5869963 or 7696038. OLE color: 7696038.

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

Color convert

RGB166110117-
CMYK00.340.300.35
HSL352.5º23.93%54.12%-
HSV(B)352.5º33.73%65.1%-
XYZ24.5120.5419.5-
YUV127.54122.05155.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=42.24%
G=27.99%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611011700.340.300.35352.523.9354.12
HexA66E750221E231601836
Octal24615616504236435403066
Binary101001101101110111010101000101111010001110110000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E75; }

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

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

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

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

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

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

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

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