#A47071

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

Shades of Turkish Rose #A47071

Tints of Turkish Rose #A47071

Color information

#A47071 (or 0xA47071) is unknown color: approx Turkish Rose. HEX triplet: A4, 70 and 71. RGB value is (164,112,113). Sum of RGB (Red+Green+Blue) = 164+112+113=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A47071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47071 is #5B8F8E. Grayscale: #7F7F7F. Windows color (decimal): -6000527 or 7434404. OLE color: 7434404.

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

Color convert

RGB164112113-
CMYK00.320.310.36
HSL358.85º22.22%54.12%-
HSV(B)358.85º31.71%64.31%-
XYZ24.0820.6718.34-
YUV127.66119.73153.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 113 (44.53% from 255) = 29.05%
R=42.16%
G=28.79%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411211300.320.310.36358.8522.2254.12
HexA470710201F241671636
Octal24416016104037445472666
Binary101001001110000111000101000001111110010010110011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47071; }

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

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

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

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

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

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

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

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