#A47F80

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

Shades of Turkish Rose #A47F80

Tints of Turkish Rose #A47F80

Color information

#A47F80 (or 0xA47F80) is unknown color: approx Turkish Rose. HEX triplet: A4, 7F and 80. RGB value is (164,127,128). Sum of RGB (Red+Green+Blue) = 164+127+128=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47F80 is #5B807F. Grayscale: #8A8A8A. Windows color (decimal): -5996672 or 8421284. OLE color: 8421284.

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

Color convert

RGB164127128-
CMYK00.230.220.36
HSL358.38º16.89%57.06%-
HSV(B)358.38º22.56%64.31%-
XYZ26.824.6323.76-
YUV138.18122.26146.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=39.14%
G=30.31%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412712800.230.220.36358.3816.8957.06
HexA47F8001716241661139
Octal24417720002726445462171
Binary101001001111111100000000101111011010010010110011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F80; }

 p { color: rgb(164,127,128); }

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

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

 a { background-color: rgb(164,127,128); }

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

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

 span { border-color: rgb(164,127,128); }

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