#A4737F

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

Shades of Turkish Rose #A4737F

Tints of Turkish Rose #A4737F

Color information

#A4737F (or 0xA4737F) is unknown color: approx Turkish Rose. HEX triplet: A4, 73 and 7F. RGB value is (164,115,127). Sum of RGB (Red+Green+Blue) = 164+115+127=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A4737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4737F is #5B8C80. Grayscale: #838383. Windows color (decimal): -5999745 or 8352676. OLE color: 8352676.

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

Color convert

RGB164115127-
CMYK00.300.230.36
HSL345.31º21.21%54.71%-
HSV(B)345.31º29.88%64.31%-
XYZ25.2721.6922.93-
YUV131.02125.73151.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 115 (45.31% from 255) = 28.33%
BLUE value IS 127 (50% from 255) = 31.28%
R=40.39%
G=28.33%
B=31.28%

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
Decimal16411512700.300.230.36345.3121.2154.71
HexA4737F01E17241591537
Octal24416317703627445312567
Binary10100100111001111111110111101011110010010101100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4737F; }

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

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

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

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

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

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

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

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