#A47279

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

Shades of Turkish Rose #A47279

Tints of Turkish Rose #A47279

Color information

#A47279 (or 0xA47279) is unknown color: approx Turkish Rose. HEX triplet: A4, 72 and 79. RGB value is (164,114,121). Sum of RGB (Red+Green+Blue) = 164+114+121=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A47279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47279 is #5B8D86. Grayscale: #818181. Windows color (decimal): -6000007 or 7959204. OLE color: 7959204.

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

Color convert

RGB164114121-
CMYK00.300.260.36
HSL351.6º21.55%54.51%-
HSV(B)351.6º30.49%64.31%-
XYZ24.7821.3120.9-
YUV129.75123.06152.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=41.10%
G=28.57%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411412100.300.260.36351.621.5554.51
HexA4727901E1A241601637
Octal24416217103632445402667
Binary10100100111001011110010111101101010010010110000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47279; }

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

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

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

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

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

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

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

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