#A46A7C

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

Shades of Turkish Rose #A46A7C

Tints of Turkish Rose #A46A7C

Color information

#A46A7C (or 0xA46A7C) is unknown color: approx Turkish Rose. HEX triplet: A4, 6A and 7C. RGB value is (164,106,124). Sum of RGB (Red+Green+Blue) = 164+106+124=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A7C is #5B9583. Grayscale: #7D7D7D. Windows color (decimal): -6002052 or 8153764. OLE color: 8153764.

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

Color convert

RGB164106124-
CMYK00.350.240.36
HSL341.38º24.17%52.94%-
HSV(B)341.38º35.37%64.31%-
XYZ24.119.6621.59-
YUV125.39127.22155.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=41.62%
G=26.90%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410612400.350.240.36341.3824.1752.94
HexA46A7C02318241551835
Octal24415217404330445253065
Binary101001001101010111110001000111100010010010101010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A7C; }

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

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

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

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

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

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

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

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