#A46B6D

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

Shades of Turkish Rose #A46B6D

Tints of Turkish Rose #A46B6D

Color information

#A46B6D (or 0xA46B6D) is unknown color: approx Turkish Rose. HEX triplet: A4, 6B and 6D. RGB value is (164,107,109). Sum of RGB (Red+Green+Blue) = 164+107+109=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B6D is #5B9492. Grayscale: #7C7C7C. Windows color (decimal): -6001811 or 7170980. OLE color: 7170980.

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

Color convert

RGB164107109-
CMYK00.350.340.36
HSL357.89º23.85%53.14%-
HSV(B)357.89º34.76%64.31%-
XYZ23.3319.5117-
YUV124.27119.38156.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 107 (42.19% from 255) = 28.16%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=43.16%
G=28.16%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410710900.350.340.36357.8923.8553.14
HexA46B6D02322241661835
Octal24415315504342445463065
Binary1010010011010111101101010001110001010010010110011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B6D; }

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

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

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

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

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

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

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

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