#A46771

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

Shades of Turkish Rose #A46771

Tints of Turkish Rose #A46771

Color information

#A46771 (or 0xA46771) is unknown color: approx Turkish Rose. HEX triplet: A4, 67 and 71. RGB value is (164,103,113). Sum of RGB (Red+Green+Blue) = 164+103+113=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A46771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46771 is #5B988E. Grayscale: #7A7A7A. Windows color (decimal): -6002831 or 7432100. OLE color: 7432100.

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

Color convert

RGB164103113-
CMYK00.370.310.36
HSL350.16º25.1%52.35%-
HSV(B)350.16º37.2%64.31%-
XYZ23.1418.7918.03-
YUV122.38122.71157.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 103 (40.62% from 255) = 27.11%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=43.16%
G=27.11%
B=29.74%

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
Decimal16410311300.370.310.36350.1625.152.35
HexA467710251F2415e1934
Octal24414716104537445363164
Binary101001001100111111000101001011111110010010101111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46771; }

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

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

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

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

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

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

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

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