#A47879

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

Shades of Turkish Rose #A47879

Tints of Turkish Rose #A47879

Color information

#A47879 (or 0xA47879) is unknown color: approx Turkish Rose. HEX triplet: A4, 78 and 79. RGB value is (164,120,121). Sum of RGB (Red+Green+Blue) = 164+120+121=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A47879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47879 is #5B8786. Grayscale: #858585. Windows color (decimal): -5998471 or 7960740. OLE color: 7960740.

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

Color convert

RGB164120121-
CMYK00.270.260.36
HSL358.64º19.47%55.69%-
HSV(B)358.64º26.83%64.31%-
XYZ25.4822.7121.13-
YUV133.27121.08149.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 121 (47.66% from 255) = 29.88%
R=40.49%
G=29.63%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412012100.270.260.36358.6419.4755.69
HexA4787901B1A241671338
Octal24417017103332445472370
Binary10100100111100011110010110111101010010010110011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47879; }

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

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

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

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

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

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

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

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