#A47177

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

Shades of Turkish Rose #A47177

Tints of Turkish Rose #A47177

Color information

#A47177 (or 0xA47177) is unknown color: approx Turkish Rose. HEX triplet: A4, 71 and 77. RGB value is (164,113,119). Sum of RGB (Red+Green+Blue) = 164+113+119=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A47177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47177 is #5B8E88. Grayscale: #808080. Windows color (decimal): -6000265 or 7827876. OLE color: 7827876.

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

Color convert

RGB164113119-
CMYK00.310.270.36
HSL352.94º21.89%54.31%-
HSV(B)352.94º31.1%64.31%-
XYZ24.5421.0320.22-
YUV128.93122.4153.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 119 (46.88% from 255) = 30.05%
R=41.41%
G=28.54%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411311900.310.270.36352.9421.8954.31
HexA4717701F1B241611636
Octal24416116703733445412666
Binary10100100111000111101110111111101110010010110000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47177; }

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

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

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

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

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

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

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

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