#A46D7C

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

Shades of Turkish Rose #A46D7C

Tints of Turkish Rose #A46D7C

Color information

#A46D7C (or 0xA46D7C) is unknown color: approx Turkish Rose. HEX triplet: A4, 6D and 7C. RGB value is (164,109,124). Sum of RGB (Red+Green+Blue) = 164+109+124=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D7C is #5B9283. Grayscale: #7F7F7F. Windows color (decimal): -6001284 or 8154532. OLE color: 8154532.

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

Color convert

RGB164109124-
CMYK00.340.240.36
HSL343.64º23.21%53.53%-
HSV(B)343.64º33.54%64.31%-
XYZ24.4220.2921.7-
YUV127.16126.22154.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 109 (42.97% from 255) = 27.46%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=41.31%
G=27.46%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410912400.340.240.36343.6423.2153.53
HexA46D7C02218241581736
Octal24415517404230445302766
Binary101001001101101111110001000101100010010010101100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D7C; }

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

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

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

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

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

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

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

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