#A4727F

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

Shades of Turkish Rose #A4727F

Tints of Turkish Rose #A4727F

Color information

#A4727F (or 0xA4727F) is unknown color: approx Turkish Rose. HEX triplet: A4, 72 and 7F. RGB value is (164,114,127). Sum of RGB (Red+Green+Blue) = 164+114+127=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4727F is #5B8D80. Grayscale: #828282. Windows color (decimal): -6000001 or 8352420. OLE color: 8352420.

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

Color convert

RGB164114127-
CMYK00.300.230.36
HSL344.4º21.55%54.51%-
HSV(B)344.4º30.49%64.31%-
XYZ25.1621.4622.89-
YUV130.43126.06151.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 127 (50% from 255) = 31.36%
R=40.49%
G=28.15%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411412700.300.230.36344.421.5554.51
HexA4727F01E17241581637
Octal24416217703627445302667
Binary10100100111001011111110111101011110010010101100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4727F; }

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

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

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

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

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

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

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

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