#A47175

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

Shades of Turkish Rose #A47175

Tints of Turkish Rose #A47175

Color information

#A47175 (or 0xA47175) is unknown color: approx Turkish Rose. HEX triplet: A4, 71 and 75. RGB value is (164,113,117). Sum of RGB (Red+Green+Blue) = 164+113+117=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A47175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47175 is #5B8E8A. Grayscale: #808080. Windows color (decimal): -6000267 or 7696804. OLE color: 7696804.

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

Color convert

RGB164113117-
CMYK00.310.290.36
HSL355.29º21.89%54.31%-
HSV(B)355.29º31.1%64.31%-
XYZ24.4320.9919.59-
YUV128.71121.4153.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=41.62%
G=28.68%
B=29.70%

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
Decimal16411311700.310.290.36355.2921.8954.31
HexA4717501F1D241631636
Octal24416116503735445432666
Binary10100100111000111101010111111110110010010110001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47175; }

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

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

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

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

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

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

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

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