#A47980

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

Shades of Turkish Rose #A47980

Tints of Turkish Rose #A47980

Color information

#A47980 (or 0xA47980) is unknown color: approx Turkish Rose. HEX triplet: A4, 79 and 80. RGB value is (164,121,128). Sum of RGB (Red+Green+Blue) = 164+121+128=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A47980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47980 is #5B867F. Grayscale: #868686. Windows color (decimal): -5998208 or 8419748. OLE color: 8419748.

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

Color convert

RGB164121128-
CMYK00.260.220.36
HSL350.23º19.11%55.88%-
HSV(B)350.23º26.22%64.31%-
XYZ26.0423.1323.51-
YUV134.66124.25148.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=39.71%
G=29.30%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412112800.260.220.36350.2319.1155.88
HexA4798001A162415e1338
Octal24417120003226445362370
Binary101001001111001100000000110101011010010010101111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47980; }

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

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

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

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

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

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

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

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