#A46671

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

Shades of Turkish Rose #A46671

Tints of Turkish Rose #A46671

Color information

#A46671 (or 0xA46671) is unknown color: approx Turkish Rose. HEX triplet: A4, 66 and 71. RGB value is (164,102,113). Sum of RGB (Red+Green+Blue) = 164+102+113=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A46671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46671 is #5B998E. Grayscale: #797979. Windows color (decimal): -6003087 or 7431844. OLE color: 7431844.

HSL color Cylindrical-coordinate representation of color #A46671: hue angle of 349.35º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46671 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB164102113-
CMYK00.380.310.36
HSL349.35º25.41%52.16%-
HSV(B)349.35º37.8%64.31%-
XYZ23.0418.5918-
YUV121.79123.04158.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=43.27%
G=26.91%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410211300.380.310.36349.3525.4152.16
HexA466710261F2415d1934
Octal24414616104637445353164
Binary101001001100110111000101001101111110010010101110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46671; }

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

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

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

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

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

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

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

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