#A47275

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

Shades of Turkish Rose #A47275

Tints of Turkish Rose #A47275

Color information

#A47275 (or 0xA47275) is unknown color: approx Turkish Rose. HEX triplet: A4, 72 and 75. RGB value is (164,114,117). Sum of RGB (Red+Green+Blue) = 164+114+117=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A47275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47275 is #5B8D8A. Grayscale: #818181. Windows color (decimal): -6000011 or 7697060. OLE color: 7697060.

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

Color convert

RGB164114117-
CMYK00.300.290.36
HSL356.4º21.55%54.51%-
HSV(B)356.4º30.49%64.31%-
XYZ24.5421.2119.63-
YUV129.29121.06152.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=41.52%
G=28.86%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411411700.300.290.36356.421.5554.51
HexA4727501E1D241641637
Octal24416216503635445442667
Binary10100100111001011101010111101110110010010110010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47275; }

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

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

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

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

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

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

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

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