#A46871

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

Shades of Turkish Rose #A46871

Tints of Turkish Rose #A46871

Color information

#A46871 (or 0xA46871) is unknown color: approx Turkish Rose. HEX triplet: A4, 68 and 71. RGB value is (164,104,113). Sum of RGB (Red+Green+Blue) = 164+104+113=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A46871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46871 is #5B978E. Grayscale: #7A7A7A. Windows color (decimal): -6002575 or 7432356. OLE color: 7432356.

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

Color convert

RGB164104113-
CMYK00.370.310.36
HSL351º24.79%52.55%-
HSV(B)351º36.59%64.31%-
XYZ23.2418.9918.06-
YUV122.97122.38157.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=43.04%
G=27.30%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410411300.370.310.3635124.7952.55
HexA468710251F2415f1935
Octal24415016104537445373165
Binary101001001101000111000101001011111110010010101111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46871; }

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

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

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

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

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

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

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

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