#A47174

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

Shades of Turkish Rose #A47174

Tints of Turkish Rose #A47174

Color information

#A47174 (or 0xA47174) is unknown color: approx Turkish Rose. HEX triplet: A4, 71 and 74. RGB value is (164,113,116). Sum of RGB (Red+Green+Blue) = 164+113+116=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A47174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47174 is #5B8E8B. Grayscale: #808080. Windows color (decimal): -6000268 or 7631268. OLE color: 7631268.

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

Color convert

RGB164113116-
CMYK00.310.290.36
HSL356.47º21.89%54.31%-
HSV(B)356.47º31.1%64.31%-
XYZ24.3720.9619.29-
YUV128.59120.9153.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=41.73%
G=28.75%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411311600.310.290.36356.4721.8954.31
HexA4717401F1D241641636
Octal24416116403735445442666
Binary10100100111000111101000111111110110010010110010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47174; }

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

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

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

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

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

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

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

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