#A46D7B

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

Shades of Turkish Rose #A46D7B

Tints of Turkish Rose #A46D7B

Color information

#A46D7B (or 0xA46D7B) is unknown color: approx Turkish Rose. HEX triplet: A4, 6D and 7B. RGB value is (164,109,123). Sum of RGB (Red+Green+Blue) = 164+109+123=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D7B is #5B9284. Grayscale: #7F7F7F. Windows color (decimal): -6001285 or 8088996. OLE color: 8088996.

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

Color convert

RGB164109123-
CMYK00.340.250.36
HSL344.73º23.21%53.53%-
HSV(B)344.73º33.54%64.31%-
XYZ24.3520.2621.37-
YUV127.04125.72154.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 109 (42.97% from 255) = 27.53%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=41.41%
G=27.53%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410912300.340.250.36344.7323.2153.53
HexA46D7B02219241591736
Octal24415517304231445312766
Binary101001001101101111101101000101100110010010101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D7B; }

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

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

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

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

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

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

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

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