#A4747C

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

Shades of Turkish Rose #A4747C

Tints of Turkish Rose #A4747C

Color information

#A4747C (or 0xA4747C) is unknown color: approx Turkish Rose. HEX triplet: A4, 74 and 7C. RGB value is (164,116,124). Sum of RGB (Red+Green+Blue) = 164+116+124=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4747C is #5B8B83. Grayscale: #838383. Windows color (decimal): -5999492 or 8156324. OLE color: 8156324.

HSL color Cylindrical-coordinate representation of color #A4747C: hue angle of 350º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4747C is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB164116124-
CMYK00.290.240.36
HSL350º20.87%54.9%-
HSV(B)350º29.27%64.31%-
XYZ25.1921.8421.96-
YUV131.26123.9151.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 116 (45.70% from 255) = 28.71%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=40.59%
G=28.71%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411612400.290.240.3635020.8754.9
HexA4747C01D182415e1537
Octal24416417403530445362567
Binary10100100111010011111000111011100010010010101111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4747C; }

 p { color: rgb(164,116,124); }

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

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

 a { background-color: rgb(164,116,124); }

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

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

 span { border-color: rgb(164,116,124); }

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