#A4647A

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

Shades of Turkish Rose #A4647A

Tints of Turkish Rose #A4647A

Color information

#A4647A (or 0xA4647A) is unknown color: approx Turkish Rose. HEX triplet: A4, 64 and 7A. RGB value is (164,100,122). Sum of RGB (Red+Green+Blue) = 164+100+122=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4647A is #5B9B85. Grayscale: #797979. Windows color (decimal): -6003590 or 8021156. OLE color: 8021156.

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

Color convert

RGB164100122-
CMYK00.390.260.36
HSL339.38º26.02%51.76%-
HSV(B)339.38º39.02%64.31%-
XYZ23.3818.4120.73-
YUV121.64128.2158.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 100 (39.45% from 255) = 25.91%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=42.49%
G=25.91%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410012200.390.260.36339.3826.0251.76
HexA4647A0271A241531a34
Octal24414417204732445233264
Binary101001001100100111101001001111101010010010101001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4647A; }

 p { color: rgb(164,100,122); }

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

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

 a { background-color: rgb(164,100,122); }

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

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

 span { border-color: rgb(164,100,122); }

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