#A46D71

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

Shades of Turkish Rose #A46D71

Tints of Turkish Rose #A46D71

Color information

#A46D71 (or 0xA46D71) is unknown color: approx Turkish Rose. HEX triplet: A4, 6D and 71. RGB value is (164,109,113). Sum of RGB (Red+Green+Blue) = 164+109+113=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D71 is #5B928E. Grayscale: #7D7D7D. Windows color (decimal): -6001295 or 7433636. OLE color: 7433636.

HSL color Cylindrical-coordinate representation of color #A46D71: hue angle of 355.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 #A46D71 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB164109113-
CMYK00.340.310.36
HSL355.64º23.21%53.53%-
HSV(B)355.64º33.54%64.31%-
XYZ23.7620.0218.24-
YUV125.9120.72155.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=42.49%
G=28.24%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410911300.340.310.36355.6423.2153.53
HexA46D710221F241641736
Octal24415516104237445442766
Binary101001001101101111000101000101111110010010110010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D71; }

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

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

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

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

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

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

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

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