#A47079

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

Shades of Turkish Rose #A47079

Tints of Turkish Rose #A47079

Color information

#A47079 (or 0xA47079) is unknown color: approx Turkish Rose. HEX triplet: A4, 70 and 79. RGB value is (164,112,121). Sum of RGB (Red+Green+Blue) = 164+112+121=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A47079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47079 is #5B8F86. Grayscale: #808080. Windows color (decimal): -6000519 or 7958692. OLE color: 7958692.

HSL color Cylindrical-coordinate representation of color #A47079: hue angle of 349.62º 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 #A47079 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB164112121-
CMYK00.320.260.36
HSL349.62º22.22%54.12%-
HSV(B)349.62º31.71%64.31%-
XYZ24.5620.8620.82-
YUV128.57123.73153.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=41.31%
G=28.21%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411212100.320.260.36349.6222.2254.12
HexA470790201A2415e1636
Octal24416017104032445362666
Binary101001001110000111100101000001101010010010101111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47079; }

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

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

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

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

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

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

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

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