#A46E7A

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

Shades of Turkish Rose #A46E7A

Tints of Turkish Rose #A46E7A

Color information

#A46E7A (or 0xA46E7A) is unknown color: approx Turkish Rose. HEX triplet: A4, 6E and 7A. RGB value is (164,110,122). Sum of RGB (Red+Green+Blue) = 164+110+122=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E7A is #5B9185. Grayscale: #7F7F7F. Windows color (decimal): -6001030 or 8023716. OLE color: 8023716.

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

Color convert

RGB164110122-
CMYK00.330.260.36
HSL346.67º22.88%53.73%-
HSV(B)346.67º32.93%64.31%-
XYZ24.420.4521.07-
YUV127.51124.89154.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 110 (43.36% from 255) = 27.78%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=41.41%
G=27.78%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411012200.330.260.36346.6722.8853.73
HexA46E7A0211A2415b1736
Octal24415617204132445332766
Binary101001001101110111101001000011101010010010101101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E7A; }

 p { color: rgb(164,110,122); }

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

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

 a { background-color: rgb(164,110,122); }

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

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

 span { border-color: rgb(164,110,122); }

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