#A46879

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

Shades of Turkish Rose #A46879

Tints of Turkish Rose #A46879

Color information

#A46879 (or 0xA46879) is unknown color: approx Turkish Rose. HEX triplet: A4, 68 and 79. RGB value is (164,104,121). Sum of RGB (Red+Green+Blue) = 164+104+121=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A46879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46879 is #5B9786. Grayscale: #7B7B7B. Windows color (decimal): -6002567 or 7956644. OLE color: 7956644.

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

Color convert

RGB164104121-
CMYK00.370.260.36
HSL343º24.79%52.55%-
HSV(B)343º36.59%64.31%-
XYZ23.7119.1720.54-
YUV123.88126.38156.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=42.16%
G=26.74%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410412100.370.260.3634324.7952.55
HexA468790251A241571935
Octal24415017104532445273165
Binary101001001101000111100101001011101010010010101011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46879; }

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

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

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

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

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

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

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

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