#A46A6D

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

Shades of Turkish Rose #A46A6D

Tints of Turkish Rose #A46A6D

Color information

#A46A6D (or 0xA46A6D) is unknown color: approx Turkish Rose. HEX triplet: A4, 6A and 6D. RGB value is (164,106,109). Sum of RGB (Red+Green+Blue) = 164+106+109=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A6D is #5B9592. Grayscale: #7B7B7B. Windows color (decimal): -6002067 or 7170724. OLE color: 7170724.

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

Color convert

RGB164106109-
CMYK00.350.340.36
HSL356.9º24.17%52.94%-
HSV(B)356.9º35.37%64.31%-
XYZ23.2219.316.97-
YUV123.68119.72156.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 109 (42.97% from 255) = 28.76%
R=43.27%
G=27.97%
B=28.76%

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
Decimal16410610900.350.340.36356.924.1752.94
HexA46A6D02322241651835
Octal24415215504342445453065
Binary1010010011010101101101010001110001010010010110010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A6D; }

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

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

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

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

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

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

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

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