#A47278

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

Shades of Turkish Rose #A47278

Tints of Turkish Rose #A47278

Color information

#A47278 (or 0xA47278) is unknown color: approx Turkish Rose. HEX triplet: A4, 72 and 78. RGB value is (164,114,120). Sum of RGB (Red+Green+Blue) = 164+114+120=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A47278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47278 is #5B8D87. Grayscale: #818181. Windows color (decimal): -6000008 or 7893668. OLE color: 7893668.

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

Color convert

RGB164114120-
CMYK00.300.270.36
HSL352.8º21.55%54.51%-
HSV(B)352.8º30.49%64.31%-
XYZ24.7221.2820.57-
YUV129.63122.56152.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=41.21%
G=28.64%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411412000.300.270.36352.821.5554.51
HexA4727801E1B241611637
Octal24416217003633445412667
Binary10100100111001011110000111101101110010010110000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47278; }

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

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

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

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

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

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

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

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