#A46E77

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

Shades of Turkish Rose #A46E77

Tints of Turkish Rose #A46E77

Color information

#A46E77 (or 0xA46E77) is unknown color: approx Turkish Rose. HEX triplet: A4, 6E and 77. RGB value is (164,110,119). Sum of RGB (Red+Green+Blue) = 164+110+119=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E77 is #5B9188. Grayscale: #7F7F7F. Windows color (decimal): -6001033 or 7827108. OLE color: 7827108.

HSL color Cylindrical-coordinate representation of color #A46E77: hue angle of 350º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A46E77 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB164110119-
CMYK00.330.270.36
HSL350º22.88%53.73%-
HSV(B)350º32.93%64.31%-
XYZ24.2220.3820.11-
YUV127.17123.39154.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 119 (46.88% from 255) = 30.28%
R=41.73%
G=27.99%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411011900.330.270.3635022.8853.73
HexA46E770211B2415e1736
Octal24415616704133445362766
Binary101001001101110111011101000011101110010010101111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E77; }

 p { color: rgb(164,110,119); }

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

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

 a { background-color: rgb(164,110,119); }

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

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

 span { border-color: rgb(164,110,119); }

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