#A46A79

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

Shades of Turkish Rose #A46A79

Tints of Turkish Rose #A46A79

Color information

#A46A79 (or 0xA46A79) is unknown color: approx Turkish Rose. HEX triplet: A4, 6A and 79. RGB value is (164,106,121). Sum of RGB (Red+Green+Blue) = 164+106+121=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A79 is #5B9586. Grayscale: #7D7D7D. Windows color (decimal): -6002055 or 7957156. OLE color: 7957156.

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

Color convert

RGB164106121-
CMYK00.350.260.36
HSL344.48º24.17%52.94%-
HSV(B)344.48º35.37%64.31%-
XYZ23.9219.5820.61-
YUV125.05125.72155.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 106 (41.80% from 255) = 27.11%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=41.94%
G=27.11%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410612100.350.260.36344.4824.1752.94
HexA46A790231A241581835
Octal24415217104332445303065
Binary101001001101010111100101000111101010010010101100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A79; }

 p { color: rgb(164,106,121); }

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

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

 a { background-color: rgb(164,106,121); }

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

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

 span { border-color: rgb(164,106,121); }

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