#A47176

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

Shades of Turkish Rose #A47176

Tints of Turkish Rose #A47176

Color information

#A47176 (or 0xA47176) is unknown color: approx Turkish Rose. HEX triplet: A4, 71 and 76. RGB value is (164,113,118). Sum of RGB (Red+Green+Blue) = 164+113+118=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A47176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47176 is #5B8E89. Grayscale: #808080. Windows color (decimal): -6000266 or 7762340. OLE color: 7762340.

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

Color convert

RGB164113118-
CMYK00.310.280.36
HSL354.12º21.89%54.31%-
HSV(B)354.12º31.1%64.31%-
XYZ24.4821.0119.9-
YUV128.82121.9153.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=41.52%
G=28.61%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411311800.310.280.36354.1221.8954.31
HexA4717601F1C241621636
Octal24416116603734445422666
Binary10100100111000111101100111111110010010010110001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47176; }

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

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

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

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

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

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

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

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