#A46571

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

Shades of Turkish Rose #A46571

Tints of Turkish Rose #A46571

Color information

#A46571 (or 0xA46571) is unknown color: approx Turkish Rose. HEX triplet: A4, 65 and 71. RGB value is (164,101,113). Sum of RGB (Red+Green+Blue) = 164+101+113=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A46571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46571 is #5B9A8E. Grayscale: #797979. Windows color (decimal): -6003343 or 7431588. OLE color: 7431588.

HSL color Cylindrical-coordinate representation of color #A46571: hue angle of 348.57º degrees, saturation: 0.26, 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 #A46571 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB164101113-
CMYK00.380.310.36
HSL348.57º25.71%51.96%-
HSV(B)348.57º38.41%64.31%-
XYZ22.9418.3917.96-
YUV121.21123.37158.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.39%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=43.39%
G=26.72%
B=29.89%

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
Decimal16410111300.380.310.36348.5725.7151.96
HexA465710261F2415d1a34
Octal24414516104637445353264
Binary101001001100101111000101001101111110010010101110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46571; }

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

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

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

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

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

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

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

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